Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx191 int nFirstCharInCluster = nNextChar; in fill_from() local
222 if (in_range(nFirstCharInCluster, rArgs.mnMinCharPos, rArgs.mnEndCharPos) && in fill_from()
227 fSegmentAdvance, nFirstCharInCluster, in fill_from()
233 nFirstCharInCluster = (bRtl)? info.lastChar() : info.firstChar(); in fill_from()
279 if ((bRtl && ((signed)info.lastChar() > nFirstCharInCluster)) || in fill_from()
280 (!bRtl && ((signed)info.firstChar() < nFirstCharInCluster))) in fill_from()
282 nFirstCharInCluster = info.firstChar(); in fill_from()
286 if (in_range(nFirstCharInCluster, rArgs.mnMinCharPos, rArgs.mnEndCharPos) && in fill_from()
291 nFirstCharInCluster, nNextChar, in fill_from()
342 int nFirstCharInCluster, int nNextChar, int nFirstGlyphInCluster, in appendCluster() argument
[all …]
/AOO41X/main/vcl/inc/
H A Dgraphite_layout.hxx104 bool bRtl, float fSegmentAdvance, int nFirstCharInCluster, int nNextChar,