Searched defs:set_transform (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/
H A Dsp-line.cpp127 Geom::Affine SPLine::set_transform(Geom::Affine const &transform) { function in class:SPLine
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-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-image.cpp677 Geom::Affine SPImage::set_transform(Geom::Affine const &xform) { function in class:SPImage
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
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);

Completed in 43 milliseconds