Searched refs:transform_multiply (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-curvestitch.h35 virtual void transform_multiply(Geom::Affine const& postmul, bool set);
H A Dlpe-patternalongpath.h42 virtual void transform_multiply(Geom::Affine const& postmul, bool set);
H A Dlpe-copy_rotate.h40 virtual void transform_multiply(Geom::Affine const& postmul, bool set);
H A Deffect.h95 virtual void transform_multiply(Geom::Affine const& postmul, bool set);
H A Dlpe-curvestitch.cpp197 LPECurveStitch::transform_multiply(Geom::Affine const& postmul, bool set) function in class:Inkscape::LivePathEffect::LPECurveStitch
208 // Effect::transform_multiply(new_postmul, set);
H A Dlpe-patternalongpath.cpp257 LPEPatternAlongPath::transform_multiply(Geom::Affine const& postmul, bool set) function in class:Inkscape::LivePathEffect::LPEPatternAlongPath
H A Deffect.cpp788 Effect::transform_multiply(Geom::Affine const& postmul, bool set) function in class:Inkscape::LivePathEffect::Effect
H A Dlpe-copy_rotate.cpp108 LPECopyRotate::transform_multiply(Geom::Affine const& postmul, bool set) function in class:Inkscape::LivePathEffect::LPECopyRotate
/inkscape/src/
H A Dsp-pattern.h61 void transform_multiply(Geom::Affine postmul, bool set);
H A Dsp-item.cpp1227 pattern->transform_multiply(postmul, set);
1237 pattern->transform_multiply(postmul, set);
1411 effect->transform_multiply(postmul, set);
H A Dsp-pattern.cpp361 void SPPattern::transform_multiply(Geom::Affine postmul, bool set) function in class:SPPattern

Completed in 23 milliseconds