Searched refs:nFirstCharInCluster (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/source/glyphs/ |
| H A D | graphite_layout.cxx | 191 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 D | graphite_layout.hxx | 104 bool bRtl, float fSegmentAdvance, int nFirstCharInCluster, int nNextChar,
|