Home
last modified time | relevance | path

Searched refs:nChar2Base (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx1054 if (nChar2Base == -1 || nChar2Base == static_cast<int>(i)) in expandOrCondense()
1108 if ((nChar2Base > -1) && (nChar2Base != nPrevClusterGlyph)) in ApplyDXArray()
1110 assert((nChar2Base > -1) && (nChar2Base < (signed)mvGlyphs.size())); in ApplyDXArray()
1118 int nLastGlyph = nChar2Base; in ApplyDXArray()
1132 nLastGlyph = nChar2Base; in ApplyDXArray()
1139 nLastGlyph = nChar2Base; in ApplyDXArray()
1189 rDeltaWidth[nChar2Base] = nDWidth; in ApplyDXArray()
1193 nPrevClusterGlyph = nChar2Base; in ApplyDXArray()
1298 GlyphItem gi = mvGlyphs[nChar2Base]; in GetCaretPositions()
1303 int nCluster = nChar2Base; in GetCaretPositions()
[all …]

Completed in 21 milliseconds