Lines Matching refs:aTopLineSz
440 Size aTopLineSz( aLineSz ); in ImplDrawGradientBackground() local
447 aTopLineSz.Height() += TB_BORDER_OFFSET2 + nTop; in ImplDrawGradientBackground()
451 aTopLineSz.Height() += TB_BORDER_OFFSET2 + nBottom; in ImplDrawGradientBackground()
455 aTopLineSz.Width() += TB_BORDER_OFFSET1 + nLeft; in ImplDrawGradientBackground()
459 aTopLineSz.Width() += TB_BORDER_OFFSET1 + nLeft; in ImplDrawGradientBackground()
465 aTopLineSz.Height() += pThis->mnBorderY; in ImplDrawGradientBackground()
467 aTopLineSz.Height() += pThis->mnBorderY; in ImplDrawGradientBackground()
473 aTopLineSz.Width() += pThis->mnBorderX; in ImplDrawGradientBackground()
475 aTopLineSz.Width() += pThis->mnBorderX; in ImplDrawGradientBackground()
487 aTopLineSz.Height() += TB_LINESPACING; in ImplDrawGradientBackground()
493 aTopLineSz.Width() += TB_LINESPACING; in ImplDrawGradientBackground()
502 pThis->DrawGradient( Rectangle( 0, y, aTopLineSz.Width(), y+aTopLineSz.Height()), g ); in ImplDrawGradientBackground()
503 y += aTopLineSz.Height(); in ImplDrawGradientBackground()
506 pThis->DrawLine( Point(0, y-2), Point(aTopLineSz.Width(), y-2) ); in ImplDrawGradientBackground()
525 pThis->DrawGradient( Rectangle( x, 0, x+aTopLineSz.Width(), aTopLineSz.Height()), g ); in ImplDrawGradientBackground()
526 x += aTopLineSz.Width(); in ImplDrawGradientBackground()