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

/haiku/src/apps/icon-o-matic/transformable/
H A DCanvasTransformBox.cpp62 t.Multiply(fParentTransform);
H A DTransformGradientBox.cpp82 fGradient->Multiply(*this);
174 t.Multiply(*fShape);
H A DTransformGradientCommand.cpp86 fGradient->Multiply(transform);
H A DTransformObjectsCommand.cpp112 fObjects[i]->Multiply(transform);
H A DTransformShapesBox.cpp96 fShapes[i]->Multiply(*this);
/haiku/src/servers/app/drawing/Painter/
H A DTransformable.h37 Transformable& Multiply(const Transformable& other);
H A DTransformable.cpp139 Transformable::Multiply(const Transformable& other) function in class:Transformable
/haiku/src/libs/icon/transformable/
H A DTransformable.h56 Transformable& Multiply(const Transformable& other);
H A DTransformable.cpp128 Transformable::Multiply(const Transformable& other) function in class:Transformable
/haiku/headers/os/interface/
H A DAffineTransform.h149 inline const BAffineTransform& Multiply(const BAffineTransform& other);
349 BAffineTransform::Multiply(const BAffineTransform& other) function in class:BAffineTransform
361 return Multiply(t);
370 return *this = t.Multiply(*this);
405 return Multiply(other);
419 return BAffineTransform(*this).Multiply(other);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DFreezeTransformationCommand.cpp158 shape->Style()->Gradient()->Multiply(transform);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp207 shape->Multiply(transform);
302 gradient.Multiply(*shape);

Completed in 66 milliseconds