Searched refs:pBaseGlyph (Results 1 – 1 of 1) sorted by relevance
1644 for( GlyphItem* pBaseGlyph = pG; ++pBaseGlyph < pGEnd; ) in SortGlyphItems() local1647 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 14 milliseconds