Searched refs:nMinGlyphIndex (Results 1 – 1 of 1) sorted by relevance
2297 int nMinGlyphIndex = 0; local2301 nMinGlyphIndex = rVisualItem.mnMinGlyphPos;2309 int nGlyphPos = mpLogClusters[i] + nMinGlyphIndex;2751 int nMinGlyphIndex = -1; local2758 nMinGlyphIndex = rVisualItem.mnMinGlyphPos;2763 if ( nMinGlyphIndex == -1 || !mpLogClusters[ nCharPos ] ) 2771 const int nGlyphPos = mpLogClusters[ nCharPos ] + nMinGlyphIndex;
Completed in 16 milliseconds