/inkscape/share/examples/ |
H A D | istest.pov | 126 translate -1 155 translate<-AllShapes_CENTER_X, 0, -AllShapes_CENTER_Y>
|
/inkscape/src/extension/internal/bitmap/ |
H A D | crop.cpp | 45 Geom::Translate translate (0,0); 46 translate = Geom::Translate(((_left - _right) / 2.0) * (bbox->dimensions()[Geom::X] / (double) image->columns()), 48 sp_item_move_rel(item, translate);
|
/inkscape/share/extensions/ |
H A D | ffgeom.py | 41 def translate(self, x, y): member in class:Point 59 def translate(self, x, y): member in class:Segment 60 self[0].translate(x,y) 61 self[1].translate(x,y)
|
/inkscape/src/libavoid/ |
H A D | geomtypes.h | 237 void translate(const double xDist, const double yDist);
|
H A D | geomtypes.cpp | 379 void Polygon::translate(const double xDist, const double yDist) function in class:Avoid::Polygon
|
H A D | router.cpp | 307 newPoly.translate(xDiff, yDiff);
|
/inkscape/src/2geom/numeric/ |
H A D | vector.h | 229 VectorImpl & translate(double x) function in class:Geom::NL::detail::VectorImpl 324 Vector & translate(double x) function in class:Geom::NL::Vector 326 return static_cast<Vector&>( base_type::translate(x) ); 529 VectorView & translate(double x) function in class:Geom::NL::VectorView 531 return static_cast<VectorView&>( base_type::translate(x) );
|
H A D | matrix.h | 286 MatrixImpl & translate(double x) function in class:Geom::NL::detail::MatrixImpl 408 Matrix & translate(double x) function in class:Geom::NL::Matrix 410 return static_cast<Matrix &>( base_type::translate(x) ); 546 MatrixView & translate(double x) function in class:Geom::NL::MatrixView 548 return static_cast<MatrixView &>( base_type::translate(x) );
|
H A D | symmetric-matrix-fs.h | 371 BaseSymmetricMatrix& translate (double c) function in class:Geom::BaseSymmetricMatrix 373 m_data.translate(c);
|
/inkscape/src/display/ |
H A D | drawing-context.h | 53 void translate(Geom::Point const &t) { cairo_translate(_ct, t[Geom::X], t[Geom::Y]); } // todo: take Translate function in class:Inkscape::DrawingContext 54 void translate(double dx, double dy) { cairo_translate(_ct, dx, dy); } function in class:Inkscape::DrawingContext
|
H A D | drawing-image.cpp | 112 dc.translate(_origin);
|
H A D | nr-filter-image.cpp | 115 dc.translate(feImageX, feImageY); 119 // dc.translate(render_rect.min()); This seems incorrect
|
/inkscape/src/2geom/ |
H A D | conicsec.h | 368 xAx translate (const Point & _offset) const; 381 = translate (-_rot_centre).rotate (_angle).translate (_rot_centre);
|
H A D | conicsec.cpp | 913 (*this) = translate (O); 1190 xAx xAx::translate (const Point & _offset) const function in class:Geom::xAx
|
/inkscape/share/extensions/ink2canvas/ |
H A D | canvas.py | 170 def translate(self, cx, cy): member in class:Canvas 171 self.write("ctx.translate(%f, %f);" % (cx, cy))
|
H A D | svg.py | 282 self.ctx.translate(cx, cy) 288 self.ctx.translate(-cx, -cy)
|
/inkscape/src/ui/widget/ |
H A D | preferences-widget.cpp | 463 cr->translate(_border, _border); // so that we have a small white border around the ruler
|
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 1985 // therefore translate the origin of our coordinate system to account for this 1988 cr->translate(x_origin, y_origin);
|