Searched defs:toIndex (Results 1 - 20 of 20) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DMoveShapesCommand.cpp23 MoveShapesCommand(Container<Shape>* container, Shape** shapes, int32 count, int32 toIndex) argument
H A DMoveTransformersCommand.cpp23 MoveTransformersCommand(Container<Transformer>* container, Transformer** transformers, int32 count, int32 toIndex) argument
H A DMovePathsCommand.cpp23 MovePathsCommand(Container<VectorPath>* container, VectorPath** paths, int32 count, int32 toIndex) argument
/haiku/src/apps/icon-o-matic/style/
H A DMoveStylesCommand.cpp23 MoveStylesCommand(Container<Style>* container, Style** styles, int32 count, int32 toIndex) argument
/haiku/src/apps/mediaplayer/playlist/
H A DImportPLItemsCommand.cpp27 ImportPLItemsCommand(Playlist* playlist, const BMessage* refsMessage, int32 toIndex, bool sortItems) argument
H A DCopyPLItemsCommand.cpp24 CopyPLItemsCommand(Playlist* playlist, BList indices, int32 toIndex) argument
H A DMovePLItemsCommand.cpp25 MovePLItemsCommand(Playlist* playlist, BList indices, int32 toIndex) argument
H A DPlaylistListView.cpp483 PlaylistListView::MoveItems(const BList& indices, int32 toIndex) argument
491 PlaylistListView::CopyItems(const BList& indices, int32 toIndex) argument
H A DListViews.cpp667 DragSortableListView::CopyItems(const BList& indices, int32 toIndex) argument
/haiku/src/apps/soundrecorder/
H A DDrawingTidbits.cpp57 uint32 toIndex = screen.IndexForColor(to); local
/haiku/src/apps/icon-o-matic/generic/command/
H A DMoveCommand.h62 MoveCommand(Container<Type>* container, Type** items, int32 count, int32 toIndex) argument
/haiku/src/kits/support/
H A DStringList.cpp223 BStringList::Move(int32 fromIndex, int32 toIndex) argument
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp299 TransformerListView::MoveItems(BList& items, int32 toIndex) argument
328 TransformerListView::CopyItems(BList& items, int32 toIndex) argument
H A DShapeListView.cpp456 ShapeListView::MoveItems(BList& items, int32 toIndex) argument
484 ShapeListView::CopyItems(BList& items, int32 toIndex) argument
H A DPathListView.cpp570 PathListView::MoveItems(BList& items, int32 toIndex) argument
598 PathListView::CopyItems(BList& items, int32 toIndex) argument
H A DStyleListView.cpp492 StyleListView::MoveItems(BList& items, int32 toIndex) argument
520 StyleListView::CopyItems(BList& items, int32 toIndex) argument
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.cpp407 int32 toIndex = fStyleRunDesc.OffsetToRun(toOffset) - 1; local
573 int32 toIndex = OffsetToRun(toOffset - 1); local
[all...]
/haiku/src/kits/interface/layouter/
H A DComplexLayouter.cpp796 ComplexLayouter::_PropagateChanges(SumItem* sums, int32 toIndex, argument
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp462 HeaderModel::MoveHeader(int32 fromIndex, int32 toIndex) argument
518 HeaderModel::NotifyHeaderMoved(int32 fromIndex, int32 toIndex) argument
969 HeaderView::HeaderMoved(HeaderModel* model, int32 fromIndex, int32 toIndex) argument
389 HeaderMoved(HeaderModel* model, int32 fromIndex, int32 toIndex) argument
[all...]
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp525 off_t toIndex = toOffset >> PAGE_SHIFT; local

Completed in 113 milliseconds