Home
last modified time | relevance | path

Searched refs:IS_RTL_GLYPH (Results 1 – 7 of 7) sorted by path

/trunk/main/vcl/inc/
H A Dsallayout.hxx301 enum{ FALLBACK_MASK=0xFF, IS_IN_CLUSTER=0x100, IS_RTL_GLYPH=0x200, IS_DIACRITIC=0x400 }; enumerator
304 bool IsRTLGlyph() const { return ((mnFlags & IS_RTL_GLYPH) != 0); } in IsRTLGlyph()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2417 nGlyphFlags |= GlyphItem::IS_RTL_GLYPH; in LayoutText()
H A Dsallayout.cxx1409 GlyphItem::IS_IN_CLUSTER|GlyphItem::IS_RTL_GLYPH, nKashidaWidth ); in KashidaJustify()
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx144 int nGlyphFlags = bRightToLeft ? GlyphItem::IS_RTL_GLYPH : 0; in operator ()()
625 nGlyphFlags |= GlyphItem::IS_RTL_GLYPH; in operator ()()
H A Dgraphite_layout.cxx513 nGlyphFlags |= (gi.directionLevel() & 0x1)? GlyphItem::IS_RTL_GLYPH : 0; in append()
1250 GlyphItem::IS_IN_CLUSTER|GlyphItem::IS_RTL_GLYPH, nKashidaWidth); in kashidaJustify()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx663 int nGlyphFlags = bRightToLeft ? GlyphItem::IS_RTL_GLYPH : 0; in LayoutText()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx604 int nGlyphFlags = bRightToLeft ? GlyphItem::IS_RTL_GLYPH : 0; in LayoutText()

Completed in 103 milliseconds