Searched refs:temp_rotated_shape (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Scanline-Makers.cpp | 86 Shape *temp_rotated_shape = new Shape; local 88 temp_rotated_shape->Copy(const_cast<Shape*>(shape)); 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 96 _rotated_shape->ConvertToShape(temp_rotated_shape); 97 delete temp_rotated_shape;
|
Completed in 12 milliseconds