Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1644 for( GlyphItem* pBaseGlyph = pG; ++pBaseGlyph < pGEnd; ) in SortGlyphItems() local
1647 if( pBaseGlyph->IsClusterStart() ) in SortGlyphItems()
1649 if( pBaseGlyph->IsDiacritic() ) in SortGlyphItems()
1655 *pG = *pBaseGlyph; in SortGlyphItems()
1656 *pBaseGlyph = aDiacritic; in SortGlyphItems()
1660 pBaseGlyph->mnFlags |= GlyphItem::IS_IN_CLUSTER; in SortGlyphItems()
1662 pG = pBaseGlyph; in SortGlyphItems()

Completed in 27 milliseconds