Searched refs:nLastGlyph (Results 1 – 1 of 1) sorted by relevance
187 int nLastGlyph = (bRtl)? nGlyphs - 1: 0; in fill_from() local192 int nFirstGlyphInCluster = nLastGlyph; in fill_from()212 if ((bRtl && nGlyphIndex < nLastGlyph) || in fill_from()213 (!bRtl && nGlyphIndex > nLastGlyph)) in fill_from()236 nLastGlyph = (bRtl)? std::min(nGlyphIndex, nAttachedBase) : in fill_from()253 …nLastGlyph = (bRtl)? min(nLastGlyph, (signed)(*gj).logicalIndex()) : max(nLastGlyph, (signed)(*gj)… in fill_from()262 …nLastGlyph = (bRtl)? min(nLastGlyph, (signed)(*agi).logicalIndex()) : max(nLastGlyph, (signed)(*ag… in fill_from()269 if ((signed)info.attachedClusterBase()->logicalIndex() < nLastGlyph) in fill_from()271 nLastGlyph = info.attachedClusterBase()->logicalIndex(); in fill_from()1122 int nLastGlyph = nChar2Base; in ApplyDXArray() local[all …]