Searched refs:indices (Results 1 - 25 of 69) sorted by relevance

123

/haiku/src/apps/icon-o-matic/shape/commands/
H A DRemoveShapesCommand.cpp24 Container<Shape>* container, const int32* indices, int32 count)
25 : RemoveCommand<Shape>(container, indices, count)
23 RemoveShapesCommand( Container<Shape>* container, const int32* indices, int32 count) argument
H A DRemoveTransformersCommand.cpp24 const int32* indices,
26 : RemoveCommand<Transformer>(container, indices, count)
23 RemoveTransformersCommand(Container<Transformer>* container, const int32* indices, int32 count) argument
H A DRemoveShapesCommand.h29 const int32* indices,
H A DRemoveTransformersCommand.h28 const int32* indices,
H A DFlipPointsCommand.h19 const int32* indices,
H A DPathCommand.cpp51 PathCommand::_Select(const int32* indices, int32 count, argument
H A DPathCommand.h32 void _Select(const int32* indices, int32 count,
H A DNudgePointsCommand.cpp41 const int32* indices,
55 if (fCount > 0 && indices) {
57 memcpy(fIndices, indices, fCount * sizeof(int32));
40 NudgePointsCommand(VectorPath* path, const int32* indices, const control_point* points, int32 count) argument
H A DTransformPointsCommand.cpp24 const int32* indices,
43 fIndices(indices && count > 0 ?
52 memcpy(fIndices, indices, fCount * sizeof(int32));
20 TransformPointsCommand( TransformBox* box, VectorPath* path, const int32* indices, const control_point* points, int32 count, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name) argument
H A DFlipPointsCommand.cpp29 const int32* indices,
35 if (indices && count > 0) {
43 memcpy(fIndex, indices, count * sizeof(int32));
28 FlipPointsCommand(VectorPath* path, const int32* indices, int32 count) argument
H A DNudgePointsCommand.h30 const int32* indices,
H A DSplitPointsCommand.h19 const int32* indices,
H A DRemovePathsCommand.h32 const int32* indices,
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.h38 virtual void MoveItems(const BList& indices, int32 toIndex);
39 virtual void CopyItems(const BList& indices, int32 toIndex);
40 virtual void RemoveItemList(const BList& indices);
52 void RemoveItemList(const BList& indices,
H A DCopyPLItemsCommand.cpp25 BList indices, int32 toIndex)
29 fCount(indices.CountItems()),
34 if (indices.IsEmpty() || !fPlaylist || !fItems) {
46 fPlaylist->ItemAt((int32)(addr_t)indices.ItemAt(i));
24 CopyPLItemsCommand(Playlist* playlist, BList indices, int32 toIndex) argument
H A DCopyPLItemsCommand.h18 BList indices,
H A DRandomizePLItemsCommand.cpp27 BList indices)
31 fCount(indices.CountItems()),
36 if (indices.IsEmpty() || !fPlaylist || !fItems || !fListIndices
46 // put the available indices into a "set"
49 fListIndices[i] = (int32)(addr_t)indices.ItemAt(i);
59 // remove the indices from the set in random order
120 // add refs to playlist at the randomized indices
26 RandomizePLItemsCommand(Playlist* playlist, BList indices) argument
H A DRemovePLItemsCommand.h18 BList indices,
H A DMovePLItemsCommand.h18 BList indices,
H A DRandomizePLItemsCommand.h18 BList indices);
H A DMovePLItemsCommand.cpp26 BList indices, int32 toIndex)
30 fCount(indices.CountItems()),
35 if (indices.IsEmpty()) {
44 // init original entry indices and
49 fIndices[i] = (int32)(addr_t)indices.ItemAt(i);
89 // moved item, a change only occures if the indices of the
159 // add ref to playlist at remembered indices
25 MovePLItemsCommand(Playlist* playlist, BList indices, int32 toIndex) argument
/haiku/src/apps/icon-o-matic/style/
H A DRemoveStylesCommand.h30 int32* const indices,
H A DRemoveStylesCommand.cpp30 int32* const indices, int32 count)
31 : RemoveCommand<Style>(container, indices, count),
32 fShapes(indices && count > 0 ? new (nothrow) BList[count] : NULL)
29 RemoveStylesCommand(Container<Style>* container, int32* const indices, int32 count) argument
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformPointsBox.h33 const int32* indices,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.h30 IndexStack& Indices() { return indices; }
70 IndexStack indices; member in class:CheckVisitor

Completed in 103 milliseconds

123