Searched refs:pathSourceShape (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.cpp157 const PathSourceShape* pathSourceShape = dynamic_cast<const PathSourceShape*>(shape); local
158 if (pathSourceShape != NULL) {
170 Style* style = pathSourceShape->Style();
176 int32 count = pathSourceShape->Paths()->CountItems();
178 VectorPath* path = pathSourceShape->Paths()->ItemAtFast(i);
/haiku/src/libs/icon/
H A DIcon.cpp87 PathSourceShape* pathSourceShape = dynamic_cast<PathSourceShape*>(shape); local
89 if (pathSourceShape != NULL && pathSourceShapeClone != NULL) {
94 int32 styleIndex = other.fStyles.IndexOf(pathSourceShape->Style());
98 pathCount = pathSourceShape->Paths()->CountItems();
100 VectorPath* remote = pathSourceShape->Paths()->ItemAtFast(j);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp212 const PathSourceShape* pathSourceShape = dynamic_cast<const PathSourceShape*>(shape); local
213 if (pathSourceShape == NULL)
217 const Style* style = pathSourceShape->Style();
240 = dynamic_cast<StrokeTransformer*>(pathSourceShape->Transformers()->ItemAt(0));
269 // if (pathSourceShape->FillingRule() == FILL_MODE_EVEN_ODD &&
270 // pathSourceShape->Paths()->CountPaths() > 1)
282 int32 count = pathSourceShape->Paths()->CountItems();
284 VectorPath* path = pathSourceShape->Paths()->ItemAtFast(i);
350 if (!pathSourceShape->IsIdentity()) {
352 _AppendMatrix(pathSourceShape, helpe
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp736 PathSourceShape* pathSourceShape = dynamic_cast<PathSourceShape*>(shape); local
738 if (fCurrentShape == pathSourceShape)
741 fCurrentShape = pathSourceShape;
742 fShapeListener->SetShape(pathSourceShape);
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp635 PathSourceShape* pathSourceShape = dynamic_cast<PathSourceShape*>(shape); local
636 if (pathSourceShape != NULL) {
637 if (!_WritePathSourceShape(buffer, pathSourceShape, styles, paths))

Completed in 93 milliseconds