Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx422 int nRunPos0 = maRuns[ nIndex-2 ]; in AddPos() local
425 && ((nRunPos0 > nRunPos1) == bRTL) ) in AddPos()
521 int nRunPos0 = maRuns[ mnRunIndex+0 ]; in GetNextPos() local
523 *bRightToLeft = (nRunPos0 > nRunPos1); in GetNextPos()
528 *nCharPos = nRunPos0; in GetNextPos()
541 nRunPos0 = maRuns[ mnRunIndex+0 ]; in GetNextPos()
544 *nCharPos = nRunPos0; in GetNextPos()
562 int nRunPos0 = maRuns[ mnRunIndex+0 ]; in GetRun() local
564 *bRightToLeft = (nRunPos1 < nRunPos0) ; in GetRun()
567 *nMinRunPos = nRunPos0; in GetRun()
[all …]

Completed in 14 milliseconds