Searched refs:Transformable (Results 1 - 25 of 44) sorted by relevance

12

/haiku/src/servers/app/drawing/Painter/
H A DTransformable.h18 class Transformable : public BArchivable, class in inherits:BArchivable,agg::trans_affine
21 Transformable();
22 Transformable(const Transformable& other);
23 Transformable(const BMessage* archive);
24 virtual ~Transformable();
34 void SetTransformable(const Transformable& other);
35 Transformable& operator=(const agg::trans_affine& other);
36 Transformable& operator=(const Transformable
[all...]
H A DTransformable.cpp14 #include "Transformable.h"
31 Transformable::Transformable() function in class:Transformable
37 Transformable::Transformable(const Transformable& other) function in class:Transformable
43 Transformable::Transformable(const BMessage* archive) function in class:Transformable
60 Transformable::~Transformable()
[all...]
/haiku/src/libs/icon/transformable/
H A DTransformable.h27 class Transformable : public StyleTransformer, class in inherits:StyleTransformer,agg::trans_affine
34 Transformable();
35 Transformable(const Transformable& other);
36 virtual ~Transformable();
45 // Transformable
54 void SetTransform(const Transformable& other);
55 Transformable& operator=(const Transformable& other);
56 Transformable
[all...]
H A DTransformable.cpp10 #include "Transformable.h"
19 Transformable::Transformable() function in class:Transformable
25 Transformable::Transformable(const Transformable& other) function in class:Transformable
31 Transformable::~Transformable()
40 Transformable::Invert()
53 Transformable
[all...]
/haiku/src/apps/icon-o-matic/transformable/
H A DResetTransformationCommand.h18 class Transformable;
27 Transformable** const objects,
40 Transformable** fObjects;
H A DResetTransformationCommand.cpp29 Transformable** const objects,
33 new (nothrow) Transformable*[count] : NULL),
36 count * Transformable::matrix_size] : NULL),
42 memcpy(fObjects, objects, fCount * sizeof(Transformable*));
44 int32 matrixSize = Transformable::matrix_size;
81 int32 matrixSize = Transformable::matrix_size;
H A DTransformObjectsCommand.h18 class Transformable;
29 Transformable** const objects,
57 Transformable** fObjects;
H A DTransformObjectsCommand.cpp21 Transformable** const objects,
40 new (nothrow) Transformable*[count] : NULL),
43 count * Transformable::matrix_size] : NULL),
49 memcpy(fObjects, objects, fCount * sizeof(Transformable*));
51 fCount * Transformable::matrix_size * sizeof(double));
108 int32 matrixSize = Transformable::matrix_size;
H A DCanvasTransformBox.h29 Transformable fParentTransform;
H A DCanvasTransformBox.cpp61 Transformable t(*this);
H A DTransformShapesBox.cpp37 fOriginals = new double[fCount * Transformable::matrix_size];
94 fShapes[i]->LoadFrom(&fOriginals[i * Transformable::matrix_size]);
118 fShapes[i]->StoreTo(&fOriginals[i * Transformable::matrix_size]);
134 Transformable* objects[fCount];
H A DTransformShapesBox.h52 Transformable fParentTransform;
H A DChannelTransform.h12 #include "Transformable.h"
14 class ChannelTransform : public Transformable {
23 void SetTransformation(const Transformable& other);
H A DChannelTransform.cpp18 Transformable(),
30 Transformable(other),
48 ChannelTransform::SetTransformation(const Transformable& other)
237 Transformable::operator=(other);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DFreezeTransformationCommand.h18 class Transformable;
40 const Transformable& transform);
H A DFreezeTransformationCommand.cpp38 count * Transformable::matrix_size]
55 i * Transformable::matrix_size]);
105 i * Transformable::matrix_size]);
107 Transformable transform(*(fShapes[i]));
132 const Transformable& transform)
H A DTransformPointsCommand.h19 class Transformable;
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.h26 class Transformable;
47 const Transformable& transform,
H A DSVGExporter.h21 class Transformable;
48 void _AppendMatrix(const Transformable* object,
/haiku/src/tests/servers/app/painter/
H A DShapeConverter.h17 #include "Transformable.h"
24 public Transformable {
H A DShapeConverter.cpp15 Transformable(),
23 Transformable(),
/haiku/src/libs/icon/style/
H A DGradientTransformable.h20 #include "Transformable.h"
50 public Transformable {
52 class Gradient : public Transformable {
/haiku/src/libs/icon/shape/
H A DShape.cpp53 Transformable(),
57 : Transformable(),
89 Transformable(other),
93 : Transformable(other),
192 int32 size = Transformable::matrix_size;
230 int32 size = Transformable::matrix_size;
435 agg::conv_transform< ::VertexSource, Transformable>
H A DShape.h20 #include "Transformable.h"
50 public _ICON_NAMESPACE Transformable,
56 class Shape : public _ICON_NAMESPACE Transformable,
75 // Transformable interface
/haiku/src/servers/app/font/
H A DFontCacheEntry.h41 #include "Transformable.h"
98 typedef agg::conv_transform<CurveConverter, Transformable>
101 typedef agg::conv_transform<ContourConverter, Transformable>

Completed in 123 milliseconds

12