Searched refs:fShape (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DTransformGradientBox.cpp32 fShape(parentShape),
35 if (fShape) {
36 fShape->Acquire();
37 fShape->AddObserver(this);
51 if (fShape) {
52 fShape->RemoveObserver(this);
53 fShape->Release();
101 if (object == fShape) {
143 if (fShape)
144 fShape
[all...]
H A DTransformGradientBox.h53 Shape* fShape; member in class:TransformGradientBox
/haiku-fatelf/src/apps/icon-o-matic/shape/commands/
H A DUnassignPathCommand.cpp27 fShape(shape),
44 return fShape && fPath ? B_OK : B_NO_INIT;
52 fShape->Paths()->RemovePath(fPath);
63 fShape->Paths()->AddPath(fPath);
H A DUnassignPathCommand.h38 Shape* fShape; member in class:UnassignPathCommand
/haiku-fatelf/src/apps/icon-o-matic/style/
H A DAssignStyleCommand.cpp26 fShape(shape),
49 return fShape && fNewStyle ? B_OK : B_NO_INIT;
56 fShape->SetStyle(fNewStyle);
65 fShape->SetStyle(fOldStyle);
H A DAssignStyleCommand.h40 Shape* fShape; member in class:AssignStyleCommand
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp111 fShape(NULL),
124 if (fShape)
125 fShape->RemoveListener(this);
134 if (fShape)
186 if (!fShape || !fCommandStack)
195 fShape->VertexSource());
202 fShape, transformers, 1, fShape->CountTransformers());
221 message->AddPointer("container", fShape);
238 if (!fCommandStack || !fShape)
[all...]
H A DTransformerListView.h78 Shape* fShape; member in class:TransformerListView
H A DStyleListView.cpp191 fShape(NULL)
228 if (fShape == shape)
231 if (fShape)
232 fShape->RemoveListener(this);
234 fShape = shape;
236 if (fShape)
237 fShape->AddListener(this);
242 return fShape;
247 Shape* fShape; member in class:ShapeStyleListener
H A DPathListView.cpp195 fShape(NULL)
234 if (fShape == shape)
237 if (fShape)
238 fShape->Paths()->RemoveListener(this);
240 fShape = shape;
242 if (fShape)
243 fShape->Paths()->AddListener(this);
249 return fShape;
254 Shape* fShape; member in class:ShapePathListener
/haiku-fatelf/src/tests/add-ons/print/pdf/linepathbuilder/
H A DPathView.cpp7 BShape fShape; member in class:ShapeLPB
17 BShape *Shape() { return &fShape; }
27 fShape.MoveTo(p);
32 fShape.LineTo(p);
37 fShape.BezierTo(p);
42 fShape.Close();
/haiku-fatelf/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp61 Shape *fShape; member in class:ShapeIterator
74 fShape = to;
160 fShape->Paths()->AddPath(fPath);

Completed in 104 milliseconds