Lines Matching refs:GetHeight
935 long nH = aTrackRect.GetHeight(); in ImplDrawNativeControl()
1035 long nDY = ((rc.bottom - rc.top + 1) - aRect.GetHeight()) / 2; in ImplDrawNativeControl()
1037 rc.bottom = rc.top+aRect.GetHeight()-1; in ImplDrawNativeControl()
1284 if( aRect.GetHeight() > aBoxRect.GetHeight() ) in getNativeControlRegion()
1285 aBoxRect.Bottom() = aBoxRect.Top() + aRect.GetHeight(); in getNativeControlRegion()
1313 if( aRect.GetHeight() && nFontHeight ) in getNativeControlRegion()
1315 aRect.Bottom() += aRect.GetHeight(); in getNativeControlRegion()
1317 if( aRect.GetHeight() > aBoxRect.GetHeight() ) in getNativeControlRegion()
1318 aBoxRect.Bottom() = aBoxRect.Top() + aRect.GetHeight(); in getNativeControlRegion()
1342 if( aBoxRect.GetWidth() && aBoxRect.GetHeight() ) in getNativeControlRegion()
1370 long nH = aThumbRect.GetHeight(); in getNativeControlRegion()