Searched refs:nNextFix (Results 1 – 1 of 1) sorted by relevance
1041 long nNextFix; in DrawText() local1050 nNextFix = nCharWidth / 2; in DrawText()1053 nNextFix = nHalfWidth; in DrawText()1057 nNextFix = nCharWidth - nHalfWidth; in DrawText()1064 nNextFix += nWidthPerChar; in DrawText()1072 pKernArray[ j - 1 ] = nNextFix - ( nScr / 2 ); in DrawText()1075 pKernArray[ j - 1 ] = nNextFix - nHalfWidth; in DrawText()1078 pKernArray[ j - 1 ] = nNextFix + nHalfWidth - nScr; in DrawText()
Completed in 25 milliseconds