Home
last modified time | relevance | path

Searched refs:aGlyphs (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx7460 std::vector< PDFGlyph > aGlyphs; in drawLayout() local
7461 aGlyphs.reserve( nTmpMaxGlyphs ); in drawLayout()
7521 aGlyphs.push_back( PDFGlyph( aGNGlyphPos, in drawLayout()
7544 if( ! aGlyphs.empty() ) in drawLayout()
7547 …drawVerticalGlyphs( aGlyphs, aLine, aAlignOffset, aRotScale, fAngle, fXScale, fSkew, nFontHeight ); in drawLayout()
7549 …drawHorizontalGlyphs( aGlyphs, aLine, aAlignOffset, fAngle, fXScale, fSkew, nFontHeight, nPixelFon… in drawLayout()

Completed in 136 milliseconds