Searched refs:nInitScrPos (Results 1 – 1 of 1) sorted by relevance
309 long nInitScrPos = 0; in Paint() local319 nInitScrPos = GetSizePixel().Height() - 1; in Paint()321 nInitScrPos = GetSizePixel().Width() - 1; in Paint()328 long nLineEnd = nInitScrPos - nLayoutSign; in Paint()365 if ( nLineEnd * nLayoutSign >= nInitScrPos * nLayoutSign ) in Paint()372 aFillRect = Rectangle( 0, nInitScrPos, nBarSize-1, nLineEnd ); in Paint()374 aFillRect = Rectangle( nInitScrPos, 0, nLineEnd, nBarSize-1 ); in Paint()380 DrawShadedRect( nInitScrPos, nLineEnd, rStyleSettings.GetFaceColor() ); in Paint()500 long nScrPos=nInitScrPos; in Paint()
Completed in 72 milliseconds