Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1022 long nXPosMin = pG->maLinearPos.X(); in GetCharWidths() local
1023 long nXPosMax = nXPosMin + pG->mnNewWidth; in GetCharWidths()
1037 if( nXPosMin > nXPos ) in GetCharWidths()
1038 nXPosMin = nXPos; in GetCharWidths()
1059 if( nXPosMax < nXPosMin ) in GetCharWidths()
1060 nXPosMin = nXPosMax = 0; in GetCharWidths()
1063 pCharWidths[n] += nXPosMax - nXPosMin; in GetCharWidths()

Completed in 14 milliseconds