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

/haiku-fatelf/src/apps/icon-o-matic/shape/commands/
H A DRemovePathsCommand.cpp83 int32 shapeCount = fInfos[i].shapes.CountItems(); local
84 for (int32 j = 0; j < shapeCount; j++) {
109 int32 shapeCount = fInfos[j].shapes.CountItems(); local
110 for (int32 k = 0; k < shapeCount; k++) {
117 int32 shapeCount = fInfos[i].shapes.CountItems(); local
118 for (int32 j = 0; j < shapeCount; j++) {
/haiku-fatelf/src/apps/icon-o-matic/style/
H A DRemoveStylesCommand.cpp89 int32 shapeCount = fInfos[i].shapes.CountItems(); local
90 for (int32 j = 0; j < shapeCount; j++) {
118 int32 shapeCount = fInfos[j].shapes.CountItems(); local
119 for (int32 k = 0; k < shapeCount; k++) {
126 int32 shapeCount = fInfos[i].shapes.CountItems(); local
127 for (int32 j = 0; j < shapeCount; j++) {
/haiku-fatelf/src/libs/icon/
H A DIcon.cpp79 int32 shapeCount = other.fShapes->CountShapes(); local
80 for (int32 i = 0; i < shapeCount; i++) {
H A DIconRenderer.cpp345 int32 shapeCount = fIcon->Shapes()->CountShapes(); local
347 for (int32 i = 0; i < shapeCount; i++) {
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp389 int32 shapeCount = shapes.CountItems(); local
390 if (shapeCount == 0)
404 fShapeContainer, (Shape**)shapes.Items(), shapeCount, dropIndex,
/haiku-fatelf/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp575 uint8 shapeCount = min_c(255, shapes->CountShapes()); local
576 if (!buffer.Write(shapeCount))
579 for (uint32 i = 0; i < shapeCount; i++) {
/haiku-fatelf/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp624 uint8 shapeCount; local
625 if (!buffer.Read(shapeCount))
628 for (uint32 i = 0; i < shapeCount; i++) {

Completed in 100 milliseconds