Searched refs:nPEnd (Results 1 – 1 of 1) sorted by relevance
304 long nPEnd = bVertical ? rRect.Bottom() : rRect.Right(); in Paint() local306 long nTransStart = nPEnd + 1; in Paint()313 nPStart = nPEnd; in Paint()314 nPEnd = nTemp; in Paint()346 if ( nLineEnd * nLayoutSign > nPEnd * nLayoutSign ) in Paint()348 nLineEnd = nPEnd; in Paint()384 if ( nLineEnd * nLayoutSign < nPEnd * nLayoutSign ) in Paint()388 aFillRect = Rectangle( 0, nLineEnd+nLayoutSign, nBarSize-1, nPEnd ); in Paint()390 aFillRect = Rectangle( nLineEnd+nLayoutSign, 0, nPEnd, nBarSize-1 ); in Paint()510 nScrPos = nPEnd + nLayoutSign; // beyond nPEnd -> stop in Paint()[all …]
Completed in 8 milliseconds