Searched refs:aGlyphs (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/filter/source/graphicfilter/idxf/ |
| H A D | dxf2mtf.cxx | 515 PolyPolyVector aGlyphs; in Draw3DTextEntity() local 516 sal_Bool bOK = aTextDev.GetTextOutlines( aGlyphs, aUString ); in Draw3DTextEntity() 517 if ( !bOK || aGlyphs.empty() ) { in Draw3DTextEntity() 529 for ( g=0; g<aGlyphs.size(); g++ ) { in Draw3DTextEntity() 530 const PolyPolygon & rGlyph = aGlyphs[ g ]; in Draw3DTextEntity() 563 for ( g=0; g<aGlyphs.size(); g++ ) { in Draw3DTextEntity() 564 const PolyPolygon & rGlyph = aGlyphs[ g ]; in Draw3DTextEntity()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.cxx | 7460 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()
|