Searched refs:transform_multiply (Results 1 - 11 of 11) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-curvestitch.h | 35 virtual void transform_multiply(Geom::Affine const& postmul, bool set);
|
H A D | lpe-patternalongpath.h | 42 virtual void transform_multiply(Geom::Affine const& postmul, bool set);
|
H A D | lpe-copy_rotate.h | 40 virtual void transform_multiply(Geom::Affine const& postmul, bool set);
|
H A D | effect.h | 95 virtual void transform_multiply(Geom::Affine const& postmul, bool set);
|
H A D | lpe-curvestitch.cpp | 197 LPECurveStitch::transform_multiply(Geom::Affine const& postmul, bool set) function in class:Inkscape::LivePathEffect::LPECurveStitch 208 // Effect::transform_multiply(new_postmul, set);
|
H A D | lpe-patternalongpath.cpp | 257 LPEPatternAlongPath::transform_multiply(Geom::Affine const& postmul, bool set) function in class:Inkscape::LivePathEffect::LPEPatternAlongPath
|
H A D | effect.cpp | 788 Effect::transform_multiply(Geom::Affine const& postmul, bool set) function in class:Inkscape::LivePathEffect::Effect
|
H A D | lpe-copy_rotate.cpp | 108 LPECopyRotate::transform_multiply(Geom::Affine const& postmul, bool set) function in class:Inkscape::LivePathEffect::LPECopyRotate
|
/inkscape/src/ |
H A D | sp-pattern.h | 61 void transform_multiply(Geom::Affine postmul, bool set);
|
H A D | sp-item.cpp | 1227 pattern->transform_multiply(postmul, set); 1237 pattern->transform_multiply(postmul, set); 1411 effect->transform_multiply(postmul, set);
|
H A D | sp-pattern.cpp | 361 void SPPattern::transform_multiply(Geom::Affine postmul, bool set) function in class:SPPattern
|
Completed in 23 milliseconds