Searched refs:nMaxGlyphPos (Results 1 – 1 of 1) sorted by relevance
1714 int nMaxGlyphPos = 0; local1727 if( nMaxGlyphPos < n )1728 nMaxGlyphPos = n;1730 if (nMaxGlyphPos > rVisualItem.mnEndGlyphPos)1731 nMaxGlyphPos = rVisualItem.mnEndGlyphPos - 1;1737 for( i = nMaxGlyphPos; ++i < rVisualItem.mnEndGlyphPos; nMaxGlyphPos = i )1748 rEndGlyphPos = nMaxGlyphPos + 1;
Completed in 32 milliseconds