Searched refs:nScrPos (Results 1 – 2 of 2) sorted by relevance
193 long nScrPos; in GetScrPos() local197 nScrPos = nMax; in GetScrPos()200 nScrPos = 0; in GetScrPos()205 nScrPos += nAdd; in GetScrPos()216 nScrPos = nMax - nScrPos - 2; in GetScrPos()218 return nScrPos; in GetScrPos()500 long nScrPos=nInitScrPos; in Paint() local504 aScrPos = Point( 0, nScrPos ); in Paint()506 aScrPos = Point( nScrPos, 0 ); in Paint()614 long nScrPos; in GetMousePos() local[all …]
1479 long nScrPos; in DrawText() local1595 nScrPos = pScrArray[ 0 ]; in DrawText()1723 nScrPos += nScr; in DrawText()1724 nScrPos = ( nMul * nScrPos + pKernArray[i] ) / nDiv; in DrawText()2019 long nScrPos; in GetTextSize() local2030 nScrPos = pKernArray[ nLn - 1 ]; in GetTextSize()2036 nScrPos = pScrArray[ 0 ]; in GetTextSize()2065 nScrPos += nScr; in GetTextSize()2066 nScrPos = ( nMul * nScrPos + pKernArray[i] ) / nDiv; in GetTextSize()2070 pKernArray[i-1] = nScrPos - nScr; in GetTextSize()[all …]
Completed in 26 milliseconds