Lines Matching refs:mnHeight
283 else if ( rPos.Y() >= pData->mnHeight-nSizeWidth ) in ImplHitTest()
292 else if ( rPos.Y() >= pData->mnHeight-nSizeWidth ) in ImplHitTest()
306 else if ( rPos.Y() >= pData->mnHeight-pData->mnBottomBorder ) in ImplHitTest()
1086 mnHeight = nHeight; in Init()
1151 …egion( (const Point&)Point(), Size( mnWidth < 10 ? 10 : mnWidth, mnHeight < 10 ? 10 : mnHeight ) ); in Init()
1162 if( mnWidth && mnHeight ) in Init()
1176 if( mnWidth < aBounds.GetWidth() || mnHeight < aBounds.GetHeight() ) in Init()
1183 if( mnHeight < aBounds.GetHeight() ) in Init()
1184 aPos.Y() -= (aBounds.GetHeight() - mnHeight) / 2; in Init()
1344 Rectangle aCtrlRegion( aPoint, Size( mnWidth, mnHeight ) ); in DrawWindow()
1346 Rectangle aBoundingRgn( aPoint, Size( mnWidth, mnHeight ) ); in DrawWindow()
1380 mpOutDev->DrawRect( Rectangle( 0, mnHeight-mnBottomBorder, mnWidth-1, mnHeight-1 ) ); in DrawWindow()
1381 mpOutDev->DrawRect( Rectangle( 0, 0, mnLeftBorder, mnHeight-1 ) ); in DrawWindow()
1382 mpOutDev->DrawRect( Rectangle( mnWidth-mnRightBorder, 0, mnWidth-1, mnHeight-1 ) ); in DrawWindow()
1403 Rectangle aInRect( aTmpPoint, Size( mnWidth, mnHeight ) ); in DrawWindow()
1491 pData->mnHeight = nHeight; in Init()
1661 Rectangle aInRect( aTmpPoint, Size( pData->mnWidth, pData->mnHeight ) ); in DrawWindow()