Searched defs:identity (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/extension/implementation/ |
H A D | script.h | 104 gchar const *identity; /**< The ID that is in the INX file */ member in struct:Inkscape::Extension::Implementation::Script::interpreter_t
|
/inkscape/src/2geom/ |
H A D | affine.h | 183 inline static Affine identity(); 208 /** @brief Create an identity matrix. 209 * This is a convenience function identical to Affine::identity(). */ 210 inline Affine identity() { function in namespace:Geom 211 Affine ret(Affine::identity()); 215 /** @brief Create an identity matrix. 222 inline Affine Affine::identity() { function in class:Geom::Affine
|
/inkscape/src/ |
H A D | sp-use.cpp | 370 Geom::Affine t(Geom::identity()); 397 Geom::Affine t(Geom::identity()); 444 Geom::Affine identity; local 445 item->doWriteTransform(clip->getRepr(),item->transform, &identity); 456 Geom::Affine identity; local 457 item->doWriteTransform(mask->getRepr(),item->transform, &identity); 488 Geom::Affine identity; local 489 item->doWriteTransform(clip->getRepr(),item->transform, &identity); 500 Geom::Affine identity; local 501 item->doWriteTransform(mask->getRepr(),item->transform, &identity); [all...] |
/inkscape/src/libnrtype/ |
H A D | FontInstance.cpp | 267 XFORM identity = {1.0, 0.0, 0.0, 1.0, 0.0, 0.0}; local 268 SetWorldTransform(parent->hScreenDC, &identity); 387 MAT2 identity = {{0,1},{0,0},{0,0},{0,1}}; local 391 DWORD bufferSize=GetGlyphOutline (parent->hScreenDC, glyph_id, GGO_GLYPH_INDEX | GGO_NATIVE | GGO_UNHINTED, &metrics, 0, NULL, &identity); 404 if ( GetGlyphOutline (parent->hScreenDC, glyph_id, GGO_GLYPH_INDEX | GGO_NATIVE | GGO_UNHINTED, &metrics, bufferSize, buffer, &identity) <= 0 ) { 719 MAT2 identity = {{0,1},{0,0},{0,0},{0,1}}; local 725 retval = GetGlyphOutline (parent->hScreenDC, 0x2212, GGO_NATIVE | GGO_UNHINTED, &metrics, 0, NULL, &identity); 728 retval = GetGlyphOutline (parent->hScreenDC, '-', GGO_NATIVE | GGO_UNHINTED, &metrics, 0, NULL, &identity); 736 retval = GetGlyphOutline (parent->hScreenDC, 0x092E, GGO_NATIVE | GGO_UNHINTED, &metrics, 0, NULL, &identity);
|
Completed in 19 milliseconds