Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx187 int nLastGlyph = (bRtl)? nGlyphs - 1: 0; in fill_from() local
192 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()
253nLastGlyph = (bRtl)? min(nLastGlyph, (signed)(*gj).logicalIndex()) : max(nLastGlyph, (signed)(*gj)… in fill_from()
262nLastGlyph = (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 …]