Searched refs:nGlyphFlags (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 1085 nGlyphFlags = rGlyphId & GF_FLAGMASK; in SplitGlyphFlags() 1099 if( !nAngle && !nGlyphFlags ) in ApplyGlyphTransform() 1108 switch( nGlyphFlags & GF_ROTMASK ) in ApplyGlyphTransform() 1242 int nGlyphFlags = GF_NONE; in FixupGlyphIndex() local 1264 nGlyphFlags |= GF_GSUB | GF_ROTL; in FixupGlyphIndex() 1275 nGlyphFlags |= GF_UNHINTED; in FixupGlyphIndex() 1280 aGlyphId |= nGlyphFlags; in FixupGlyphIndex() 1321 int nGlyphFlags; in InitGlyphData() local 1410 int nGlyphFlags; in GetGlyphBitmap1() local 1584 int nGlyphFlags; in GetGlyphBitmap8() local [all …]
|
H A D | gcach_layout.cxx | 144 int nGlyphFlags = bRightToLeft ? GlyphItem::IS_RTL_GLYPH : 0; in operator ()() local 145 aPrevItem = GlyphItem( nCharPos, aGlyphId, aNewPos, nGlyphFlags, nGlyphWidth ); in operator ()() 621 long nGlyphFlags = 0; in operator ()() local 623 nGlyphFlags |= GlyphItem::IS_IN_CLUSTER; in operator ()() 625 nGlyphFlags |= GlyphItem::IS_RTL_GLYPH; in operator ()() 627 nGlyphFlags |= GlyphItem::IS_DIACRITIC; in operator ()() 630 GlyphItem aGI( nCharPos, nGlyphIndex, aNewPos, nGlyphFlags, nGlyphWidth ); in operator ()()
|
H A D | graphite_layout.cxx | 510 long nGlyphFlags = bIsBase ? 0 : GlyphItem::IS_IN_CLUSTER; in append() local 513 nGlyphFlags |= (gi.directionLevel() & 0x1)? GlyphItem::IS_RTL_GLYPH : 0; in append() 518 nGlyphFlags, in append()
|
H A D | gcach_ftyp.hxx | 206 int ApplyGlyphTransform( int nGlyphFlags, FT_GlyphRec_*, bool ) const;
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 663 int nGlyphFlags = bRightToLeft ? GlyphItem::IS_RTL_GLYPH : 0; in LayoutText() local 665 aPrevItem = GlyphItem( nCharPos, aGlyphId, aNewPos, nGlyphFlags, nGlyphWidth ); in LayoutText()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 604 int nGlyphFlags = bRightToLeft ? GlyphItem::IS_RTL_GLYPH : 0; in LayoutText() local 606 aPrevItem = GlyphItem( nCharPos, aGlyphId, aNewPos, nGlyphFlags, nGlyphWidth ); in LayoutText()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 2415 long nGlyphFlags = 0; // builtin fonts don't have diacritic glyphs in LayoutText() local 2417 nGlyphFlags |= GlyphItem::IS_RTL_GLYPH; in LayoutText() 2419 GlyphItem aGI( nCharPos, cChar, aNewPos, nGlyphFlags, nGlyphWidth ); in LayoutText()
|
Completed in 82 milliseconds