Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx475 int nClusterMinPos = -1; in operator ()() local
582 nClusterMinPos = nClusterMaxPos = nCharPos; in operator ()()
588 if( nClusterMinPos > nCharPos ) in operator ()()
589 nClusterMinPos = nCharPos; // extend cluster in operator ()()
595 nClusterMinPos = nClusterMaxPos = nCharPos; // new cluster in operator ()()
604 else if( nCharPos >= nClusterMinPos ) in operator ()()
608 nClusterMinPos = nCharPos; // ICU often has [diacritic* baseglyph*] in operator ()()
616 nClusterMinPos = nClusterMaxPos = nCharPos; // new cluster in operator ()()

Completed in 8 milliseconds