Searched refs:Transform (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Scanline-Makers.cpp | 90 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 D | Path.h | 189 void Transform(const Geom::Affine &trans);
|
H A D | Shape.h | 319 void Transform(Geom::Affine const &tr) function in class:Shape
|
H A D | Path.cpp | 702 void Path::Transform(const Geom::Affine &trans) function in class:Path
|
/inkscape/src/ |
H A D | sp-offset.cpp | 1151 orig->Transform(t);
|
Completed in 29 milliseconds