Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1085 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 Dgcach_layout.cxx144 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 Dgraphite_layout.cxx510 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 Dgcach_ftyp.hxx206 int ApplyGlyphTransform( int nGlyphFlags, FT_GlyphRec_*, bool ) const;
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx663 int nGlyphFlags = bRightToLeft ? GlyphItem::IS_RTL_GLYPH : 0; in LayoutText() local
665 aPrevItem = GlyphItem( nCharPos, aGlyphId, aNewPos, nGlyphFlags, nGlyphWidth ); in LayoutText()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx604 int nGlyphFlags = bRightToLeft ? GlyphItem::IS_RTL_GLYPH : 0; in LayoutText() local
606 aPrevItem = GlyphItem( nCharPos, aGlyphId, aNewPos, nGlyphFlags, nGlyphWidth ); in LayoutText()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2415 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 214 milliseconds