Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx1121 … int nChar2BaseJ = (mvChar2BaseGlyph[j] == -1)? -1 : (int)(mvChar2BaseGlyph[j] & GLYPH_INDEX_MASK); in ApplyDXArray() local
1122 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 25 milliseconds