Home
last modified time | relevance | path

Searched refs:nRunPos1 (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx423 int nRunPos1 = maRuns[ nIndex-1 ]; in AddPos() local
424 if( ((nCharPos + bRTL) == nRunPos1) in AddPos()
425 && ((nRunPos0 > nRunPos1) == bRTL) ) in AddPos()
522 int nRunPos1 = maRuns[ mnRunIndex+1 ]; in GetNextPos() local
523 *bRightToLeft = (nRunPos0 > nRunPos1); in GetNextPos()
537 if( *nCharPos == nRunPos1 ) in GetNextPos()
542 nRunPos1 = maRuns[ mnRunIndex+1 ]; in GetNextPos()
563 int nRunPos1 = maRuns[ mnRunIndex+1 ]; in GetRun() local
564 *bRightToLeft = (nRunPos1 < nRunPos0) ; in GetRun()
568 *nEndRunPos = nRunPos1; in GetRun()
[all …]

Completed in 19 milliseconds