Searched refs:shapeCount (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/icon-o-matic/style/
H A DRemoveStylesCommand.cpp78 int32 shapeCount = fShapes[i].CountItems(); local
79 for (int32 j = 0; j < shapeCount; j++) {
104 int32 shapeCount = fShapes[i].CountItems(); local
105 for (int32 j = 0; j < shapeCount; j++) {
/haiku/src/apps/icon-o-matic/shape/commands/
H A DRemovePathsCommand.cpp81 int32 shapeCount = fShapes[i].CountItems(); local
82 for (int32 j = 0; j < shapeCount; j++) {
106 int32 shapeCount = fShapes[i].CountItems(); local
107 for (int32 j = 0; j < shapeCount; j++) {
/haiku/src/libs/icon/
H A DIcon.cpp77 int32 shapeCount = other.fShapes.CountItems(); local
78 for (int32 i = 0; i < shapeCount; i++) {
H A DIconRenderer.cpp560 int32 shapeCount = fIcon->Shapes()->CountItems(); local
562 for (int32 i = 0; i < shapeCount; i++) {
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp615 uint32 shapeCount = shapes->CountItems(); local
619 for (uint32 i = 0; i < shapeCount; i++) {
632 for (uint32 i = 0; i < shapeCount; i++) {
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp637 uint8 shapeCount; local
638 if (!buffer.Read(shapeCount))
641 for (uint32 i = 0; i < shapeCount; i++) {
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp420 int32 shapeCount = shapes.CountItems(); local
421 if (shapeCount == 0)
435 fShapeContainer, (Shape**)shapes.Items(), shapeCount, dropIndex);

Completed in 61 milliseconds