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()
213 (!bRtl && nGlyphIndex > nLastGlyph)) 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()
1118 int nLastGlyph = nChar2Base; in ApplyDXArray() local
1130 if (nLastGlyph < 0) in ApplyDXArray()
1132 nLastGlyph = nChar2Base; in ApplyDXArray()
1139 nLastGlyph = nChar2Base; in ApplyDXArray()
1143 ++nLastGlyph; in ApplyDXArray()
[all …]

Completed in 12 milliseconds