Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1023 long nXPosMax = nXPosMin + pG->mnNewWidth; in GetCharWidths() local
1042 if( nXPosMax < nXPos ) in GetCharWidths()
1043 nXPosMax = nXPos; in GetCharWidths()
1056 if( nXPosMax > pN->maLinearPos.X() ) in GetCharWidths()
1057 nXPosMax = pN->maLinearPos.X(); in GetCharWidths()
1059 if( nXPosMax < nXPosMin ) in GetCharWidths()
1060 nXPosMin = nXPosMax = 0; in GetCharWidths()
1063 pCharWidths[n] += nXPosMax - nXPosMin; in GetCharWidths()

Completed in 22 milliseconds