Searched refs:nIdxAdd (Results 1 – 1 of 1) sorted by relevance
2535 int nIdxAdd = i - 1; local2536 while( (nIdxAdd >= nMinGlyphPos) && !mpGlyphAdvances[nIdxAdd] )2537 --nIdxAdd;2538 if( nIdxAdd < nMinGlyphPos )2541 mpJustifications[nIdxAdd] += nXOffsetAdjust;
Completed in 30 milliseconds