Home
last modified time | relevance | path

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

/aoo41x/main/vcl/source/glyphs/
H A Dgcach_layout.cxx476 int nClusterMaxPos = -1; in operator ()() local
582 nClusterMinPos = nClusterMaxPos = nCharPos; in operator ()()
590 else if( nCharPos <= nClusterMaxPos ) in operator ()()
593 nClusterMaxPos = nCharPos; // add diacritic to cluster in operator ()()
595 nClusterMinPos = nClusterMaxPos = nCharPos; // new cluster in operator ()()
602 if( nClusterMaxPos < nCharPos ) in operator ()()
603 nClusterMaxPos = nCharPos; // extend cluster in operator ()()
610 nClusterMaxPos = nCharPos; in operator ()()
616 nClusterMinPos = nClusterMaxPos = nCharPos; // new cluster in operator ()()

Completed in 15 milliseconds