Lines Matching refs:aSize
357 Size aSize = GetOutputSizePixel(); in Paint() local
364 aSize.Width(), aSize.Height()-nTextHeight+1 ) ); in Paint()
366 aSize.Width(), aSize.Height()-nTextHeight+1 ) ); in Paint()
409 Rectangle aClearRect( 0, aSize.Height()-nTextHeight+2, (aSize.Width()), aSize.Height() ); in Paint()
415 …DrawText( Point( (aSize.Width() - aTextSize.Width()) / 2, aSize.Height() - nTextHeight + 2 ), aTex… in Paint()
419 DrawRect( Rectangle( Point(0,0), aSize ) ); in Paint()
698 Size aSize = GetOutputSizePixel(); in Paint() local
714 i*nMX+nMX, aSize.Height()-nTextHeight+1 ) ); in Paint()
717 while ( j < aSize.Height()-nTextHeight-4 ) in Paint()
736 …DrawText( Point( ( aSize.Width() - aTextSize.Width() ) / 2, aSize.Height() - nTextHeight + 2 ), aT… in Paint()
738 …DrawRect( Rectangle( 0, aSize.Height()-nTextHeight+2, (aSize.Width()-aTextSize.Width())/2-1, aSize… in Paint()
739 …DrawRect( Rectangle( (aSize.Width()-aTextSize.Width())/2+aTextSize.Width(), aSize.Height()-nTextHe… in Paint()
743 DrawRect( Rectangle( Point(0,0), aSize ) ); in Paint()