Home
last modified time | relevance | path

Searched refs:aTopLineSz (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx440 Size aTopLineSz( aLineSz ); in ImplDrawGradientBackground() local
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()
525 pThis->DrawGradient( Rectangle( x, 0, x+aTopLineSz.Width(), aTopLineSz.Height()), g ); in ImplDrawGradientBackground()
[all …]

Completed in 34 milliseconds