Home
last modified time | relevance | path

Searched refs:IS_IN_CLUSTER (Results 1 – 4 of 4) 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
303 bool IsClusterStart() const { return ((mnFlags & IS_IN_CLUSTER) == 0); } in IsClusterStart()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1409 GlyphItem::IS_IN_CLUSTER|GlyphItem::IS_RTL_GLYPH, nKashidaWidth ); in KashidaJustify()
1659 pG->mnFlags &= ~GlyphItem::IS_IN_CLUSTER; in SortGlyphItems()
1660 pBaseGlyph->mnFlags |= GlyphItem::IS_IN_CLUSTER; in SortGlyphItems()
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx623 nGlyphFlags |= GlyphItem::IS_IN_CLUSTER; in operator ()()
H A Dgraphite_layout.cxx510 long nGlyphFlags = bIsBase ? 0 : GlyphItem::IS_IN_CLUSTER; in append()
1250 GlyphItem::IS_IN_CLUSTER|GlyphItem::IS_RTL_GLYPH, nKashidaWidth); in kashidaJustify()

Completed in 38 milliseconds