Searched refs:ItemAtFast (Results 1 - 25 of 69) sorted by path

123

/haiku/headers/os/support/
H A DList.h44 void* ItemAtFast(int32 index) const;
/haiku/src/add-ons/translators/wonderbrush/
H A DCanvas.cpp91 return (Layer*)ItemAtFast(index);
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DMultipleManipulatorState.cpp56 (Manipulator*)fManipulators.ItemAtFast(i);
70 (Manipulator*)fManipulators.ItemAtFast(i);
103 (Manipulator*)fManipulators.ItemAtFast(i);
131 (Manipulator*)fManipulators.ItemAtFast(i);
165 (Manipulator*)fManipulators.ItemAtFast(i);
182 (Manipulator*)fManipulators.ItemAtFast(i);
197 (Manipulator*)fManipulators.ItemAtFast(i);
255 Manipulator* m = (Manipulator*)fManipulators.ItemAtFast(i);
286 return (Manipulator*)fManipulators.ItemAtFast(index);
308 (Manipulator*)fManipulators.ItemAtFast(
[all...]
/haiku/src/apps/icon-o-matic/generic/listener/
H A DObservable.cpp67 return (Observer*)fObservers.ItemAtFast(index);
80 ((Observer*)observers.ItemAtFast(i))->ObjectChanged(this);
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp144 return (Property*)fProperties.ItemAtFast(index);
162 Property* p = (Property*)fProperties.ItemAtFast(i);
204 Property* p = (Property*)other.fProperties.ItemAtFast(i);
223 delete (Property*)fProperties.ItemAtFast(i);
234 Property* p = (Property*)fProperties.ItemAtFast(i);
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DOptionProperty.cpp37 option* o = (option*)(other.fOptions.ItemAtFast(i));
66 delete (option*)fOptions.ItemAtFast(i);
120 option* o = (option*)fOptions.ItemAtFast(i);
132 option* o = (option*)fOptions.ItemAtFast(i);
/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelection.cpp104 return (Selectable*)fSelected.ItemAtFast(index);
125 Selectable* object = (Selectable*)fSelected.ItemAtFast(i);
/haiku/src/apps/icon-o-matic/generic/support/
H A DList.h48 inline T ItemAtFast(int32 index) const function in class:List
49 { return (T)BList::ItemAtFast(index); }
72 delete (T)BList::ItemAtFast(i);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp644 int32 removeIndex = (int32)(addr_t)indices.ItemAtFast(i) - i;
654 BListItem* item = (BListItem*)removedItems.ItemAtFast(i);
677 int32 index = (int32)(addr_t)indices.ItemAtFast(i);
684 BListItem* item = (BListItem*)clonedItems.ItemAtFast(i);
701 int32 index = (int32)(addr_t)indices.ItemAtFast(i) - i;
/haiku/src/apps/mediaplayer/supplier/
H A DMediaFileTrackSupplier.cpp46 delete reinterpret_cast<SubTitles*>(fSubTitleTracks.ItemAtFast(i));
H A DSubTitlesSRT.cpp156 delete reinterpret_cast<SubTitle*>(fSubTitles.ItemAtFast(i));
192 fSubTitles.ItemAtFast(mid));
/haiku/src/apps/mediaplayer/support/
H A DEventQueue.cpp145 return (Event*)fEvents.ItemAtFast(index);
H A DNotifier.cpp67 return (Listener*)fListeners.ItemAtFast(index);
80 ((Listener*)observers.ItemAtFast(i))->ObjectChanged(this);
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp319 delete static_cast<BString*>(fInstalledItems.ItemAtFast(i));
/haiku/src/apps/text_search/
H A DModel.cpp218 BString* item = static_cast<BString*>(items.ItemAtFast(t));
280 BString* string = static_cast<BString*>(items.ItemAtFast(i));
299 delete static_cast<BString*>((items.ItemAtFast(t)));
/haiku/src/apps/webpositive/
H A DBrowsingHistory.cpp251 fHistoryItems.ItemAtFast(i));
266 fHistoryItems.ItemAtFast(i));
/haiku/src/kits/app/
H A DHandler.cpp145 delete (BMessageFilter*)fFilters->ItemAtFast(i);
655 fFilters->ItemAtFast(i))->SetLooper(looper);
/haiku/src/kits/interface/
H A DPicture.cpp562 delete static_cast<BPicture*>(fPictures.ItemAtFast(i));
/haiku/src/kits/shared/
H A DCommandPipe.cpp60 printf("%s ", reinterpret_cast<char*>(fArgList.ItemAtFast(i)));
71 free(fArgList.ItemAtFast(i));
101 argv[i] = reinterpret_cast<const char*>(fArgList.ItemAtFast(i));
/haiku/src/kits/support/
H A DList.cpp329 BList::ItemAtFast(int32 index) const function in class:BList
/haiku/src/servers/app/
H A DRegionPool.cpp39 delete (BRegion*)fAvailable.ItemAtFast(i);
/haiku/src/tests/servers/app/lagging_get_mouse/
H A Dmain.cpp36 BPoint* p = (BPoint*)fMouseSamples.ItemAtFast(0);
41 BPoint* p = (BPoint*)fMouseSamples.ItemAtFast(i);
53 delete (BPoint*)fMouseSamples.ItemAtFast(i);
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp311 return (WindowLayer*)fWindows.ItemAtFast(index);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp135 = reinterpret_cast<MixerInput*>(fInputs->ItemAtFast(i));
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp392 delete (NodeInput*)fInputs.ItemAtFast(i);
395 delete (NodeOutput*)fOutputs.ItemAtFast(i);
2603 NodeOutput* channel = (NodeOutput*)fOutputs.ItemAtFast(i);
2616 NodeInput* channel = (NodeInput*)fInputs.ItemAtFast(i);
2629 NodeInput* channel = (NodeInput*)fInputs.ItemAtFast(i);

Completed in 273 milliseconds

123