Searched refs:nChar2BaseJ (Results 1 – 1 of 1) sorted by relevance
1121 … int nChar2BaseJ = (mvChar2BaseGlyph[j] == -1)? -1 : (int)(mvChar2BaseGlyph[j] & GLYPH_INDEX_MASK); in ApplyDXArray() local1122 assert((nChar2BaseJ >= -1) && (nChar2BaseJ < (signed)mvGlyphs.size())); in ApplyDXArray()1123 if (nChar2BaseJ != -1 && mvGlyphs[nChar2BaseJ].IsClusterStart()) in ApplyDXArray()1125 nLastGlyph = nChar2BaseJ + ((bRtl)? +1 : -1); in ApplyDXArray()
Completed in 30 milliseconds