Lines Matching refs:height

155     maGeometry.nY = static_cast<int>(aVisibleRect.origin.y + aVisibleRect.size.height / 10);  in initWindowAndView()
157 maGeometry.nHeight = static_cast<unsigned int>(aVisibleRect.size.height * 0.8); in initWindowAndView()
173 maGeometry.nHeight = static_cast<int>(aVisibleRect.size.height); in initWindowAndView()
227 io_rRect.origin.y = maScreenRect.size.height - (io_rRect.origin.y+io_rRect.size.height); in CocoaToVCL()
229 io_rRect.origin.y = maGeometry.nHeight - (io_rRect.origin.y+io_rRect.size.height); in CocoaToVCL()
235 io_rRect.origin.y = maScreenRect.size.height - (io_rRect.origin.y+io_rRect.size.height); in VCLToCocoa()
237 io_rRect.origin.y = maGeometry.nHeight - (io_rRect.origin.y+io_rRect.size.height); in VCLToCocoa()
243 io_rPoint.y = maScreenRect.size.height - io_rPoint.y; in CocoaToVCL()
251 io_rPoint.y = maScreenRect.size.height - io_rPoint.y; in VCLToCocoa()
595 aStateRect.size.height = float(pState->mnHeight); in SetWindowState()
679 pState->mnHeight = long(aStateRect.size.height); in GetWindowState()
771 … aNewContentRect.size.height += aNewContentRect.origin.y - aScreenRect.origin.y; in ShowFullScreen()
776 …if( aScreenRect.origin.y + aScreenRect.size.height > aNewContentRect.origin.y + aNewContentRect.si… in ShowFullScreen()
777 …aNewContentRect.size.height = aScreenRect.origin.y + aScreenRect.size.height - aNewContentRect.ori… in ShowFullScreen()
781 if( aNewContentRect.size.width == 0 && aNewContentRect.size.height == 0 ) in ShowFullScreen()
1407 if( nWidth != aContentRect.size.width || nHeight != aContentRect.size.height ) in SetPosSize()
1421 aContentRect.size.height = nHeight; in SetPosSize()
1461 rRect.nBottom = static_cast<long>(aRect.origin.y + aRect.size.height - 1); in GetWorkArea()
1666 …etry.nBottomDecoration = static_cast<unsigned int>((aFrameRect.origin.y + aFrameRect.size.height) - in UpdateFrameGeometry()
1667 (aContentRect.origin.y + aContentRect.size.height)); in UpdateFrameGeometry()
1670 maGeometry.nHeight = static_cast<unsigned int>(aContentRect.size.height); in UpdateFrameGeometry()
1760 …Rects.push_back( CGRectMake(aRect.origin.x, aRect.origin.y, aRect.size.width, aRect.size.height) ); in UnionClipRegion()