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 227 fSegmentAdvance, nFirstCharInCluster, in fill_from() 279 if ((bRtl && ((signed)info.lastChar() > nFirstCharInCluster)) || in fill_from() 282 nFirstCharInCluster = info.firstChar(); in fill_from() 291 nFirstCharInCluster, nNextChar, in fill_from() 342 int nFirstCharInCluster, int nNextChar, int nFirstGlyphInCluster, in appendCluster() argument 357 rChar2Base[nFirstCharInCluster-rArgs.mnMinCharPos] = size(); in appendCluster() 358 rGlyph2Char[size()] = nFirstCharInCluster; in appendCluster() 396 if (rArgs.mpStr[nFirstCharInCluster] == 0x20) in appendCluster() 440 for (int n = nNextChar + 1; n <= nFirstCharInCluster; n++) in appendCluster() [all …]
|
/aoo41x/main/vcl/inc/ |
H A D | graphite_layout.hxx | 104 bool bRtl, float fSegmentAdvance, int nFirstCharInCluster, int nNextChar,
|
Completed in 25 milliseconds