Searched refs:Paths (Results 1 - 19 of 19) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DUnassignPathCommand.cpp51 fShape->Paths()->RemoveItem(fPath);
62 fShape->Paths()->AddItem(fPath);
H A DFreezeTransformationCommand.cpp135 int32 pathCount = shape->Paths()->CountItems();
137 VectorPath* path = shape->Paths()->ItemAtFast(i);
H A DRemovePathsCommand.cpp84 shape->Paths()->RemoveItem(fItems[i]);
109 shape->Paths()->AddItem(fItems[i]);
/haiku/src/apps/icon-o-matic/import_export/
H A DImporter.cpp36 fPathIndexOffset = icon->Paths()->CountItems();
/haiku/src/libs/icon/
H A DIcon.h63 const Container<VectorPath>* Paths() const function in class:Icon
65 Container<VectorPath>* Paths() function in class:Icon
H A DIcon.cpp97 pathSourceShapeClone->Paths()->MakeEmpty();
98 pathCount = pathSourceShape->Paths()->CountItems();
100 VectorPath* remote = pathSourceShape->Paths()->ItemAtFast(j);
108 if (!pathSourceShapeClone->Paths()->AddItem(local)) {
/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.cpp44 const Container<VectorPath>* paths = icon->Paths();
176 int32 count = pathSourceShape->Paths()->CountItems();
178 VectorPath* path = pathSourceShape->Paths()->ItemAtFast(i);
/haiku/src/apps/icon-o-matic/document/
H A DDocument.cpp120 && fIcon->Paths()->CountItems() == 0
/haiku/src/libs/icon/shape/
H A DReferenceImage.cpp198 Paths()->MakeEmpty();
219 Paths()->AddItem(fPath);
H A DShape.h104 inline Container<VectorPath>* Paths() const function in class:Shape
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp144 if (!path || !icon->Paths()->AddItem(path)) {
149 if (!shape->Paths()->AddItem(path))
332 int32 pathCount = shape->Paths()->CountItems();
334 VectorPath* path = shape->Paths()->ItemAtFast(i);
H A DSVGExporter.cpp270 // pathSourceShape->Paths()->CountPaths() > 1)
282 int32 count = pathSourceShape->Paths()->CountItems();
284 VectorPath* path = pathSourceShape->Paths()->ItemAtFast(i);
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp237 fShape->Paths()->RemoveListener(this);
242 fShape->Paths()->AddListener(this);
351 if (fCurrentShape->Paths()->HasItem(path)) {
356 command = new AddPathsCommand(fCurrentShape->Paths(),
357 paths, 1, false, fCurrentShape->Paths()->CountItems());
907 item->SetMarked(fCurrentShape->Paths()->HasItem(item->path));
H A DShapeListView.cpp268 if (shape->Paths() != NULL) {
269 int32 pathsCount = shape->Paths()->CountItems();
272 if (shape->Paths()->ItemAt(j) != NULL) {
273 shape->Paths()->ItemAt(j)->Archive(&pathArchive, true);
400 shape->Paths()->AddItem(pathToInclude);
/haiku/src/libs/icon/message/
H A DMessageImporter.cpp94 Container<VectorPath>* paths = icon->Paths();
238 shape->Paths()->AddItem(path);
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp193 const Container<VectorPath>* paths = icon->Paths();
531 if (shape->Paths()->CountItems() > 255)
533 uint8 pathCount = min_c(255, shape->Paths()->CountItems());
543 VectorPath* path = shape->Paths()->ItemAtFast(i);
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp243 && fDocument->Icon()->Paths()->CountItems() == 0
307 && fDocument->Icon()->Paths()->CountItems() == 0
446 new_path(fDocument->Icon()->Paths(), &path, &pathCommand);
463 shape->Paths()->AddItem(path);
511 if (fDocument->Icon()->Paths()->HasItem(path)) {
940 fPathListView->SetPathContainer(fIcon != NULL ? fIcon->Paths() : NULL);
948 fShapeListView->SetPathContainer(fIcon != NULL ? fIcon->Paths() : NULL);
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp176 fIcon->Paths()->AddItem(fPath);
177 fShape->Paths()->AddItem(fPath);
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp126 Container<VectorPath>* paths = icon->Paths();
581 shape->Paths()->AddItem(path);

Completed in 47 milliseconds