Searched refs:aLineSz (Results 1 – 1 of 1) sorted by relevance
415 Size aLineSz( aFullSz ); in ImplDrawGradientBackground() local428 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 34 milliseconds