Lines Matching refs:Height

128 	nMY = aLogicSize.Height();  in TableWindow()
215 Invalidate( Rectangle( 0, _aWinSize.Height()-nTextHeight+2-nOff, in UpdateSize_Impl()
216 _aWinSize.Width(), _aWinSize.Height() ) ); in UpdateSize_Impl()
246 Invalidate( Rectangle( 0, aWinSize.Height()-nTextHeight+2, in UpdateSize_Impl()
247 aWinSize.Width(), aWinSize.Height() ) ); in UpdateSize_Impl()
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()
523 SetOutputSizePixel( Size( nMX*nWidth-1, aLogicSize.Height()+nTextHeight ) ); in ColumnsWindow()
589 Invalidate( Rectangle( 0, aWinSize.Height()-nTextHeight+2, in UpdateSize_Impl()
590 aWinSize.Width(), aWinSize.Height() ) ); in UpdateSize_Impl()
591 SetOutputSizePixel( Size( nMX*nWidth-1, aWinSize.Height() ) ); in UpdateSize_Impl()
597 Invalidate( Rectangle( 0, aWinSize.Height()-nTextHeight+2, in UpdateSize_Impl()
598 aWinSize.Width(), aWinSize.Height() ) ); in UpdateSize_Impl()
612 nMaxCol*nMX+1, aWinSize.Height()-nTextHeight+2 ) ); in UpdateSize_Impl()
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 …th()-aTextSize.Width())/2+aTextSize.Width(), aSize.Height()-nTextHeight+2, aSize.Width(), aSize.He… in Paint()