Searched refs:set_transform (Results 1 - 22 of 22) sorted by relevance

/inkscape/src/
H A Dsp-line.h38 virtual Geom::Affine set_transform(Geom::Affine const &transform);
H A Dsp-ellipse.h63 virtual Geom::Affine set_transform(Geom::Affine const &xform);
H A Dsp-path.h59 virtual Geom::Affine set_transform(Geom::Affine const &transform);
H A Dsp-star.h59 virtual Geom::Affine set_transform(Geom::Affine const& xform);
H A Dsp-image.h65 virtual Geom::Affine set_transform(Geom::Affine const &transform);
H A Dsp-rect.h61 virtual Geom::Affine set_transform(Geom::Affine const& xform);
H A Dsp-spiral.h56 virtual Geom::Affine set_transform(Geom::Affine const& xform);
H A Dbox3d.h61 virtual Geom::Affine set_transform(Geom::Affine const &transform);
H A Dsp-text.h76 /** Optimize textpath text on next set_transform. */
96 virtual Geom::Affine set_transform(Geom::Affine const &transform);
H A Dsp-flowtext.h52 /** Optimize scaled flow text on next set_transform. */
71 virtual Geom::Affine set_transform(Geom::Affine const& xform);
H A Dsp-line.cpp127 Geom::Affine SPLine::set_transform(Geom::Affine const &transform) { function in class:SPLine
H A Dsp-item.h328 * necessary. Call the object's set_transform method if transforms are
398 virtual Geom::Affine set_transform(Geom::Affine const &transform);
H A Dsp-path.cpp290 Geom::Affine SPPath::set_transform(Geom::Affine const &transform) { function in class:SPPath
H A Dsp-spiral.cpp426 Geom::Affine SPSpiral::set_transform(Geom::Affine const &xform) function in class:SPSpiral
H A Dsp-ellipse.cpp468 Geom::Affine SPGenericEllipse::set_transform(Geom::Affine const &xform) function in class:SPGenericEllipse
H A Dsp-image.cpp677 Geom::Affine SPImage::set_transform(Geom::Affine const &xform) { function in class:SPImage
H A Dsp-rect.cpp274 Geom::Affine SPRect::set_transform(Geom::Affine const& xform) { function in class:SPRect
H A Dsp-star.cpp507 Geom::Affine SPStar::set_transform(Geom::Affine const &xform) function in class:SPStar
H A Dsp-item.cpp1419 Geom::Affine SPItem::set_transform(Geom::Affine const &transform) { function in class:SPItem
1446 // This will only work if the item has a set_transform method (in this method adjust_stroke() will be called)
1447 // We will still have to apply the inverse scaling to other items, not having a set_transform method
1485 if ( // run the object's set_transform (i.e. embed transform) only if:
1493 transform_attr = this->set_transform(transform);
H A Dsp-flowtext.cpp671 Geom::Affine SPFlowtext::set_transform (Geom::Affine const &xform) function in class:SPFlowtext
H A Dsp-text.cpp405 Geom::Affine SPText::set_transform(Geom::Affine const &xform) { function in class:SPText
H A Dbox3d.cpp270 Geom::Affine SPBox3D::set_transform(Geom::Affine const &xform) { function in class:SPBox3D

Completed in 105 milliseconds