Home
last modified time | relevance | path

Searched refs:nMaxCharIndex (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx1052 size_t nMaxCharIndex = mvGlyph2Char.size(); in expandOrCondense() local
1053 if ( nMaxCharIndex > mvChar2BaseGlyph.size() ) in expandOrCondense()
1054 nMaxCharIndex = mvChar2BaseGlyph.size(); in expandOrCondense()
1055 while ( ++nCharIndex < nMaxCharIndex ) in expandOrCondense()