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

/haiku/src/servers/app/drawing/
H A DAlphaMaskCache.h49 fShape(shape),
64 if (fShape->ptCount != other.fShape->ptCount)
65 return fShape->ptCount < other.fShape->ptCount;
66 if (fShape->opCount != other.fShape->opCount)
67 return fShape->opCount < other.fShape->opCount;
68 int diff = memcmp(fShape
81 const shape_data* fShape; member in struct:AlphaMaskCache::ShapeMaskElement
[all...]
H A DAlphaMask.cpp513 fShape(new(std::nothrow) shape_data(shape), true)
518 fShapeBounds = fShape->DetermineBoundingBox();
526 fShape(other->fShape),
566 fShape->opCount, fShape->opList,
567 fShape->ptCount, fShape->ptList,
H A DAlphaMaskCache.cpp95 ShapeMaskElement element(mask->fShape, mask, mask->fPreviousMask.Get(),
H A DAlphaMask.h186 BReference<shape_data> fShape; member in class:ShapeAlphaMask
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformGradientBox.cpp32 fShape(parentShape),
35 if (fShape) {
36 fShape->AcquireReference();
37 fShape->AddObserver(this);
51 if (fShape) {
52 fShape->RemoveObserver(this);
53 fShape->ReleaseReference();
102 if (object == fShape) {
144 if (fShape)
145 fShape
[all...]
H A DTransformGradientBox.h53 Shape* fShape; member in class:TransformGradientBox
/haiku/src/apps/icon-o-matic/shape/commands/
H A DUnassignPathCommand.cpp26 fShape(shape),
43 return fShape && fPath ? B_OK : B_NO_INIT;
51 fShape->Paths()->RemoveItem(fPath);
62 fShape->Paths()->AddItem(fPath);
H A DUnassignPathCommand.h38 PathSourceShape* fShape; member in class:UnassignPathCommand
/haiku/src/apps/icon-o-matic/style/
H A DAssignStyleCommand.cpp27 fShape(shape),
50 return fShape && fNewStyle ? B_OK : B_NO_INIT;
57 fShape->SetStyle(fNewStyle);
66 fShape->SetStyle(fOldStyle);
H A DAssignStyleCommand.h40 PathSourceShape* fShape; member in class:AssignStyleCommand
/haiku/src/libs/icon/transformer/
H A DPerspectiveTransformer.cpp31 fShape(shape)
37 if (fShape != NULL) {
38 fShape->AcquireReference();
39 fShape->AddObserver(this);
40 ObjectChanged(fShape); // finish initialization
51 fShape(shape)
64 if (fShape != NULL) {
65 fShape->AcquireReference();
66 fShape->AddObserver(this);
67 ObjectChanged(fShape); // finis
[all...]
H A DPerspectiveTransformer.h121 Shape* fShape; member in class:PerspectiveTransformer
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp115 fShape(NULL),
128 if (fShape)
129 fShape->Transformers()->RemoveListener(this);
138 if (fShape)
196 if (!fShape || !fCommandStack)
204 = TransformerFactory::TransformerFor(type, fShape->VertexSource(), fShape);
211 fShape->Transformers(), transformers, 1, fShape->Transformers()->CountItems());
251 || fCommandStack == NULL || fShape
[all...]
H A DPathListView.cpp194 fShape(NULL)
233 if (fShape == shape)
236 if (fShape)
237 fShape->Paths()->RemoveListener(this);
239 fShape = shape;
241 if (fShape)
242 fShape->Paths()->AddListener(this);
248 return fShape;
253 PathSourceShape* fShape; member in class:ShapePathListener
H A DStyleListView.cpp193 fShape(NULL)
230 if (fShape == shape)
233 if (fShape)
234 fShape->RemoveListener(this);
236 fShape = shape;
238 if (fShape)
239 fShape->AddListener(this);
244 return fShape;
249 PathSourceShape* fShape; member in class:ShapeStyleListener
H A DTransformerListView.h83 Shape* fShape; member in class:TransformerListView
/haiku/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/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp60 PathSourceShape *fShape; member in class:ShapeIterator
73 fShape = to;
177 fShape->Paths()->AddItem(fPath);

Completed in 108 milliseconds