Searched refs:nMaxCharIndex (Results 1 – 1 of 1) sorted by relevance
1052 size_t nMaxCharIndex = mvGlyph2Char.size(); in expandOrCondense() local1053 if ( nMaxCharIndex > mvChar2BaseGlyph.size() ) in expandOrCondense()1054 nMaxCharIndex = mvChar2BaseGlyph.size(); in expandOrCondense()1055 while ( ++nCharIndex < nMaxCharIndex ) in expandOrCondense()