Searched refs:Transform (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG-Scanline-Makers.cpp90 case BOTTOM_TO_TOP: temp_rotated_shape->Transform(Geom::Affine(1.0, 0.0, 0.0, -1.0, 0.0, 0.0)); break; // reflect about x axis
91 case LEFT_TO_RIGHT: temp_rotated_shape->Transform(Geom::Affine(0.0, 1.0, 1.0, 0.0, 0.0, 0.0)); break; // reflect about y=x
92 case RIGHT_TO_LEFT: temp_rotated_shape->Transform(Geom::Affine(0.0, -1.0, 1.0, 0.0, 0.0, 0.0)); break; // reflect about y=-x
/inkscape/src/livarot/
H A DPath.h189 void Transform(const Geom::Affine &trans);
H A DShape.h319 void Transform(Geom::Affine const &tr) function in class:Shape
H A DPath.cpp702 void Path::Transform(const Geom::Affine &trans) function in class:Path
/inkscape/src/
H A Dsp-offset.cpp1151 orig->Transform(t);

Completed in 29 milliseconds