/inkscape/share/extensions/ink2canvas/ |
H A D | canvas.py | 173 def rotate(self, angle): member in class:Canvas 174 self.write("ctx.rotate(%f);" % angle)
|
/inkscape/src/2geom/ |
H A D | conicsec.h | 370 xAx rotate (double angle) const; 378 xAx rotate (const Point & _rot_centre, double _angle) const function in class:Geom::xAx 381 = translate (-_rot_centre).rotate (_angle).translate (_rot_centre);
|
H A D | conicsec.cpp | 911 (*this) = rotate (angle); 1221 xAx xAx::rotate (double angle) const function in class:Geom::xAx
|
/inkscape/share/extensions/ |
H A D | polyhedron_3d.py | 227 def rotate( matrix, angle, axis ):#choose the correct rotation matrix to use function 236 def rot_z( matrix , a):#rotate around the z-axis by a radians 242 def rot_y( matrix , a):#rotate around the y-axis by a radians 248 def rot_x( matrix , a):#rotate around the x-axis by a radians 487 trans_mat = rotate(trans_mat, angle, axis)
|
H A D | gcodetools.py | 2744 def rotate(self, a): member in class:Polygon 3142 poly.rotate(p[1]*math.pi2) 3162 poly.rotate(spiece[0][1]*math.pi2) 3170 poly.rotate(p[1]*math.pi2+p[2]*math.pi2) 3171 surface.rotate(p[2]*math.pi2) 3174 surface.rotate(-p[2]*math.pi2) 3528 poly.rotate(spiece[0][2]*math.pi2) 3533 poly.rotate(p[2]*math.pi2) 5019 # rotate the path to get bounds in defined direction.
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-input.cpp | 602 int rotate = _previewed_page->getRotate(); local 603 if ( rotate == 90 || rotate == 270 ) {
|
H A D | pdf-parser.cpp | 296 int rotate, 305 state(new GfxState(72.0, 72.0, box, rotate, gTrue)), 293 PdfParser(XRef *xrefA, Inkscape::Extension::Internal::SvgBuilder *builderA, int , int rotate, Dict *resDict, PDFRectangle *box, PDFRectangle *cropBox) argument
|
/inkscape/src/ |
H A D | sp-hatch.cpp | 74 readAttr("rotate"); 478 gdouble SPHatch::rotate() const function in class:SPHatch 608 double tile_rotate = rotate(); 658 double tile_rotate = rotate();
|
H A D | seltrans.cpp | 255 // While dragging a handle, we will either scale, skew, or rotate and the "translating" parameter will be false 779 rotate(*position, state); 1221 // rotate affine in rotate 1344 void Inkscape::SelTrans::rotate(Geom::Point &/*pt*/, guint /*state*/) function in class:Inkscape::SelTrans
|
/inkscape/src/extension/internal/filter/ |
H A D | color.h | 1571 "<param name=\"rotate\" gui-text=\"" N_("Hue rotation (°)") "\" type=\"int\" appearance=\"full\" min=\"0\" max=\"360\">0</param>\n" 1595 std::ostringstream rotate; local 1599 rotate << ext->get_param_int("rotate"); 1619 "</filter>\n", rotate.str().c_str(), blend1.str().c_str(), blend2.str().c_str() );
|
/inkscape/src/extension/internal/ |
H A D | odf.cpp | 984 double &rotate, double &/*xskew*/, double &/*yskew*/, 1003 rotate = UVt(0,0); 1643 double rotate; local 1648 analyzeTransform(tf, rotate, xskew, yskew, xscale, yscale); 983 analyzeTransform(Geom::Affine &tf, double &rotate, double & , double & , double &xscale, double &yscale) argument
|
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Compute.cpp | 108 will only have one change of x, y, dx, dy or rotate attribute, which will 123 SVGLength x, y, dx, dy, rotate; // these are reoriented copies of the <tspan> attributes. We change span when we encounter one. member in struct:Inkscape::Text::Layout::Calculator::UnbrokenSpan 510 // we may also have y move orders to deal with here (dx, dy and rotate are done per span) 602 // Start of an unbroken span, we might have dx, dy or rotate still to process 606 if (unbroken_span.rotate._set) glyph_rotate = unbroken_span.rotate.computed * (M_PI/180); 1014 // sub_flow_text_source->rotate = text_source->rotate; 1241 new_span.rotate._set = false; 1255 if (text_source->rotate [all...] |
H A D | Layout-TNG.h | 181 std::vector<SVGLength> rotate; member in struct:Inkscape::Text::Layout::OptionalTextTagAttrs 716 std::vector<SVGLength> rotate; member in class:Inkscape::Text::Layout::InputStreamTextSource
|