Searched refs:ItemAtFast (Results 26 - 50 of 62) sorted by relevance

123

/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylist.h91 PlaylistItem* ItemAtFast(int32 index) const;
H A DListViews.cpp639 int32 removeIndex = (int32)indices.ItemAtFast(i) - i;
649 BListItem* item = (BListItem*)removedItems.ItemAtFast(i);
672 int32 index = (int32)indices.ItemAtFast(i);
679 BListItem* item = (BListItem*)clonedItems.ItemAtFast(i);
696 int32 index = (int32)indices.ItemAtFast(i) - i;
/haiku-fatelf/src/apps/webpositive/
H A DBrowsingHistory.cpp272 fHistoryItems.ItemAtFast(i));
287 fHistoryItems.ItemAtFast(i));
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp350 Gradient* gradient = (Gradient*)gradients.ItemAtFast(i);
496 delete (Style*)styles.ItemAtFast(i);
519 = dynamic_cast<StyleListItem*>((BListItem*)items.ItemAtFast(i));
545 = dynamic_cast<StyleListItem*>((BListItem*)items.ItemAtFast(i));
572 (BListItem*)items.ItemAtFast(i));
H A DShapeListView.cpp198 Shape* shape = (Shape*)shapes.ItemAtFast(i);
438 = dynamic_cast<ShapeListItem*>((BListItem*)items.ItemAtFast(i));
464 = dynamic_cast<ShapeListItem*>((BListItem*)items.ItemAtFast(i));
489 indices[i] = IndexOf((BListItem*)items.ItemAtFast(i));
H A DTransformerListView.cpp248 = dynamic_cast<TransformerItem*>((BListItem*)items.ItemAtFast(i));
281 indices[i] = IndexOf((BListItem*)items.ItemAtFast(i));
H A DPathListView.cpp576 delete (VectorPath*)paths.ItemAtFast(i);
599 = dynamic_cast<PathListItem*>((BListItem*)items.ItemAtFast(i));
625 = dynamic_cast<PathListItem*>((BListItem*)items.ItemAtFast(i));
651 (BListItem*)items.ItemAtFast(i));
/haiku-fatelf/src/apps/webpositive/support/
H A DSettingsMessage.cpp42 delete reinterpret_cast<BMessenger*>(fListeners.ItemAtFast(i));
103 fListeners.ItemAtFast(i));
510 fListeners.ItemAtFast(i));
/haiku-fatelf/src/add-ons/translators/wonderbrush/
H A DCanvas.cpp91 return (Layer*)ItemAtFast(index);
/haiku-fatelf/src/apps/mediaplayer/supplier/
H A DMediaFileTrackSupplier.cpp46 delete reinterpret_cast<SubTitles*>(fSubTitleTracks.ItemAtFast(i));
/haiku-fatelf/src/apps/mediaplayer/support/
H A DEventQueue.cpp145 return (Event*)fEvents.ItemAtFast(index);
/haiku-fatelf/src/libs/icon/
H A DIcon.cpp211 = (IconListener*)listeners.ItemAtFast(i);
H A DIconRenderer.cpp47 delete (StyleItem*)fStyles.ItemAtFast(i);
/haiku-fatelf/src/kits/app/
H A DNotification.cpp105 delete (entry_ref*)fRefs.ItemAtFast(i);
108 free(fArgv.ItemAtFast(i));
H A DHandler.cpp144 delete (BMessageFilter*)fFilters->ItemAtFast(i);
665 static_cast<BMessageFilter *>(fFilters->ItemAtFast(i))->SetLooper(looper);
/haiku-fatelf/src/apps/deskcalc/
H A DExpressionTextView.cpp50 delete (BString*)fPreviousExpressions.ItemAtFast(i);
445 BString* item = (BString*)fPreviousExpressions.ItemAtFast(i);
/haiku-fatelf/src/libs/icon/shape/
H A DVectorPath.cpp1025 return (PathListener*)fListeners.ItemAtFast(index);
1109 PathListener* listener = (PathListener*)listeners.ItemAtFast(i);
1121 PathListener* listener = (PathListener*)listeners.ItemAtFast(i);
1133 PathListener* listener = (PathListener*)listeners.ItemAtFast(i);
1145 PathListener* listener = (PathListener*)listeners.ItemAtFast(i);
1157 PathListener* listener = (PathListener*)listeners.ItemAtFast(i);
1169 PathListener* listener = (PathListener*)listeners.ItemAtFast(i);
/haiku-fatelf/src/kits/support/
H A DPointerList.cpp276 result = function(ItemAtFast(index), arg);
H A DList.cpp326 BList::ItemAtFast(int32 index) const function in class:BList
/haiku-fatelf/src/apps/pairs/
H A DPairsView.cpp87 BBitmap* item = (BBitmap*)bitmaps.ItemAtFast(i);
/haiku-fatelf/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp387 delete (NodeInput*)fInputs.ItemAtFast(i);
390 delete (NodeOutput*)fOutputs.ItemAtFast(i);
2594 NodeOutput* channel = (NodeOutput*)fOutputs.ItemAtFast(i);
2607 NodeInput* channel = (NodeInput*)fInputs.ItemAtFast(i);
2620 NodeInput* channel = (NodeInput*)fInputs.ItemAtFast(i);
/haiku-fatelf/src/kits/interface/
H A DGradient.cpp412 return (ColorStop*)fColorStops.ItemAtFast(index);
/haiku-fatelf/src/tests/servers/app/newerClipping/
H A DDesktop.cpp311 return (WindowLayer*)fWindows.ItemAtFast(index);
/haiku-fatelf/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp132 = reinterpret_cast<MixerInput*>(fInputs->ItemAtFast(i));
/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp723 = (TransformBoxListener*)listeners.ItemAtFast(i);

Completed in 292 milliseconds

123