Home
last modified time | relevance | path

Searched refs:aBottomLineSz (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx441 Size aBottomLineSz( aLineSz ); in ImplDrawGradientBackground() local
448 aBottomLineSz.Height() += TB_BORDER_OFFSET2 + nBottom; in ImplDrawGradientBackground()
456 aBottomLineSz.Width() += TB_BORDER_OFFSET1 + nRight; in ImplDrawGradientBackground()
469 aBottomLineSz.Height() += pThis->mnBorderY; in ImplDrawGradientBackground()
477 aBottomLineSz.Width() += pThis->mnBorderX; in ImplDrawGradientBackground()
508 while( y < (pThis->mnDY - aBottomLineSz.Height()) ) in ImplDrawGradientBackground()
517 pThis->DrawGradient( Rectangle( 0, y, aBottomLineSz.Width(), y+aBottomLineSz.Height()), g ); in ImplDrawGradientBackground()
519 pThis->DrawLine( Point(0, y-2), Point(aBottomLineSz.Width(), y-2) ); in ImplDrawGradientBackground()
528 while( x < (pThis->mnDX - aBottomLineSz.Width()) ) in ImplDrawGradientBackground()
534 pThis->DrawGradient( Rectangle( x, 0, x+aBottomLineSz.Width(), aBottomLineSz.Height()), g ); in ImplDrawGradientBackground()

Completed in 52 milliseconds