Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx415 Size aLineSz( aFullSz ); in ImplDrawGradientBackground() local
428 aLineSz.Height() = nLineSize; in ImplDrawGradientBackground()
433 aLineSz.Width() = nLineSize; in ImplDrawGradientBackground()
440 Size aTopLineSz( aLineSz ); in ImplDrawGradientBackground()
441 Size aBottomLineSz( aLineSz ); in ImplDrawGradientBackground()
485 aLineSz.Height() += TB_LINESPACING; in ImplDrawGradientBackground()
491 aLineSz.Width() += TB_LINESPACING; in ImplDrawGradientBackground()
510 pThis->DrawGradient( Rectangle( 0, y, aLineSz.Width(), y+aLineSz.Height()), g); in ImplDrawGradientBackground()
511 y += aLineSz.Height(); in ImplDrawGradientBackground()
530 pThis->DrawGradient( Rectangle( x, 0, x+aLineSz.Width(), aLineSz.Height()), g); in ImplDrawGradientBackground()
[all …]

Completed in 43 milliseconds