Searched refs:IS_RTL_GLYPH (Results 1 – 7 of 7) sorted by relevance
301 enum{ FALLBACK_MASK=0xFF, IS_IN_CLUSTER=0x100, IS_RTL_GLYPH=0x200, IS_DIACRITIC=0x400 }; enumerator304 bool IsRTLGlyph() const { return ((mnFlags & IS_RTL_GLYPH) != 0); } in IsRTLGlyph()
144 int nGlyphFlags = bRightToLeft ? GlyphItem::IS_RTL_GLYPH : 0; in operator ()()625 nGlyphFlags |= GlyphItem::IS_RTL_GLYPH; in operator ()()
513 nGlyphFlags |= (gi.directionLevel() & 0x1)? GlyphItem::IS_RTL_GLYPH : 0; in append()1250 GlyphItem::IS_IN_CLUSTER|GlyphItem::IS_RTL_GLYPH, nKashidaWidth); in kashidaJustify()
663 int nGlyphFlags = bRightToLeft ? GlyphItem::IS_RTL_GLYPH : 0; in LayoutText()
604 int nGlyphFlags = bRightToLeft ? GlyphItem::IS_RTL_GLYPH : 0; in LayoutText()
1409 GlyphItem::IS_IN_CLUSTER|GlyphItem::IS_RTL_GLYPH, nKashidaWidth ); in KashidaJustify()
2417 nGlyphFlags |= GlyphItem::IS_RTL_GLYPH; in LayoutText()
Completed in 133 milliseconds