Home
last modified time | relevance | path

Searched refs:aFontTransform (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx502 …basegfx::B2DHomMatrix aFontTransform(basegfx::tools::createTranslateB2DHomMatrix(-rRect.X1, -rRect… in getTransformGlyphContext() local
503 aFontTransform *= aFontMatrix; in getTransformGlyphContext()
504 aFontTransform.translate( rRect.X1, rRect.Y1 ); in getTransformGlyphContext()
507 rGlyph.getGC().Transformation = rGlyph.getGC().Transformation * aFontTransform; in getTransformGlyphContext()

Completed in 20 milliseconds