Searched refs:nGlyphPos (Results 1 – 1 of 1) sorted by relevance
1645 int nGlyphPos = mpLogClusters[c] + rVisualItem.mnMinGlyphPos; local1647 if( mpOutGlyphs[ nGlyphPos ] != DROPPED_OUTGLYPH )1651 mpOutGlyphs[ nGlyphPos ] = DROPPED_OUTGLYPH;1653 if( ++nGlyphPos >= rVisualItem.mnEndGlyphPos )1656 if( mpVisualAttrs[ nGlyphPos ].fClusterStart )2309 int nGlyphPos = mpLogClusters[i] + nMinGlyphIndex; local2310 if( 0 != mpVisualAttrs[ nGlyphPos ].fClusterStart )2771 const int nGlyphPos = mpLogClusters[ nCharPos ] + nMinGlyphIndex; local2772 if( nGlyphPos <= 0 )2778 || ( mpVisualAttrs[ nGlyphPos-1 ].uJustification == SCRIPT_JUSTIFY_NONE [all …]
Completed in 28 milliseconds