Searched refs:translation (Results 1 - 11 of 11) sorted by relevance
/inkscape/share/extensions/ |
H A D | inkex.py | 60 trans = gettext.translation(domain, localdir, [current_locale], fallback=True) 62 trans = gettext.translation(domain, fallback=True) 66 trans = gettext.translation(domain, localdir, fallback=True) 70 trans = gettext.translation(domain, localdir, fallback=True) 72 trans = gettext.translation(domain, fallback=True) 76 trans = gettext.translation(domain, localdir, fallback=True) 78 trans = gettext.translation(domain, fallback=True) 95 Note that this should always be combined with translation:
|
/inkscape/src/ |
H A D | sp-namedview.h | 95 void translateGuides(Geom::Translate const &translation); 96 void translateGrids(Geom::Translate const &translation);
|
H A D | sp-shape.cpp | 464 Geom::Point transl = tr.translation(); 502 Geom::Point transl = tr.translation(); 532 Geom::Point transl = tr.translation(); 555 Geom::Point transl = tr.translation(); 590 Geom::Point transl = tr.translation();
|
H A D | sp-marker.cpp | 403 m *= Geom::Translate(base.translation());
|
/inkscape/src/2geom/ |
H A D | transforms.h | 118 /// Create a translation that doesn't do anything. 120 /// Construct a translation from its vector. 122 /// Construct a translation from its coordinates. 132 /// Get the inverse translation. 134 /// Get a translation that doesn't do anything. 146 * invariant point, combine with translation to the origin and back. 285 /** @brief Combination of a translation and uniform scale. 286 * The translation part is applied first, then the result is scaled from the new origin. 299 /// Construct a zoom from a translation. 301 /// Construct a zoom from a scaling factor and a translation [all...] |
H A D | affine.h | 39 * shearing and translation. They can be represented as a combination of a vector and a 2x2 matrix, 52 * the translation component of the transformation. 120 Point translation() const; 198 /** Given a matrix (ignoring the translation) this returns the eigen
|
H A D | affine.cpp | 22 \param offset the translation applied by the matrix. 40 /// Gets the translation imparted by the Affine. 41 Point Affine::translation() const { function in class:Geom::Affine 55 /// Sets the translation imparted by the Affine. 115 /** @brief Check whether this matrix represents a pure translation. 116 * Will return true for the identity matrix, which represents a zero translation. 127 /** @brief Check whether this matrix represents a pure nonzero translation. 301 * Zooming is any combination of translation and uniform non-flipping scaling. 316 * This means that the transformation can be any combination of translation, rotation, 327 * This means that the transformation can be any combination of translation, unifor [all...] |
/inkscape/src/display/ |
H A D | drawing-surface.cpp | 220 Geom::IntPoint t = _pending_transform.translation().round(); 221 if (Geom::are_near(Geom::Point(t), _pending_transform.translation())) {
|
H A D | drawing-text.cpp | 525 Geom::Point pt = g->_ctm.translation() * rotinv;
|
/inkscape/src/helper/ |
H A D | png-write.cpp | 418 /* Calculate translation by transforming to document coordinates (flipping Y)*/ 419 Geom::Point translation = Geom::Point(-area[Geom::X][0], area[Geom::Y][1] - doc->getHeight().value("px")); local 437 Geom::Affine const affine(Geom::Translate(translation)
|
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Output.cpp | 200 phase0 = glyph_matrix.translation()[Geom::X]; 210 glyph_matrix.translation()[Geom::X] - phase0 282 int doUTN = CanUTN(); // Unicode to Nonunicode translation enabled if true 290 Geom::Point g_pos(0,0); // all strings are output at (0,0) because we do the translation using the matrix 370 if(newtarget != oldtarget)break; // change in unicode to nonunicode translation status 481 // this is the translation for x,y-offset
|
Completed in 44 milliseconds