Lines Matching refs:nTransStart
306 long nTransStart = nPEnd + 1; in Paint() local
315 nTemp = nTransStart; // swap nTransStart / nTransEnd in Paint()
316 nTransStart = nTransEnd; in Paint()
340 if ( nLineStart * nLayoutSign < nTransStart * nLayoutSign ) in Paint()
341 nTransStart = nLineStart; in Paint()
396 if ( nTransEnd * nLayoutSign >= nTransStart * nLayoutSign ) in Paint()
407 DrawRect( Rectangle( 0, nTransStart, nBarSize-1, nTransEnd ) ); in Paint()
409 DrawRect( Rectangle( nTransStart, 0, nTransEnd, nBarSize-1 ) ); in Paint()
416 DrawShadedRect( nTransStart, nTransEnd, rStyleSettings.GetHighlightColor() ); in Paint()
439 if ( nTransEnd * nLayoutSign >= nTransStart * nLayoutSign && !bHighContrast ) in Paint()
445 DrawLine( Point( nDarkPos, nTransStart ), Point( nDarkPos, nTransEnd ) ); in Paint()
448 DrawLine( Point( nTransStart, nBarSize-1 ), Point( nTransEnd, nBarSize-1 ) ); in Paint()
477 … if ( nTransEnd * nLayoutSign >= nTransStart * nLayoutSign && bHighContrast && !bDark ) in Paint()
489 aTransRect = Rectangle( 0, nTransStart, nBarSize-1, nTransEnd ); in Paint()
491 aTransRect = Rectangle( nTransStart, 0, nTransEnd, nBarSize-1 ); in Paint()