Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx191 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 …]
/trunk/main/vcl/inc/
H A Dgraphite_layout.hxx104 bool bRtl, float fSegmentAdvance, int nFirstCharInCluster, int nNextChar,

Completed in 20 milliseconds