Searched refs:nXPosMin (Results 1 – 1 of 1) sorted by relevance
1022 long nXPosMin = pG->maLinearPos.X(); in GetCharWidths() local1023 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 26 milliseconds