Lines Matching refs:width

154     maGeometry.nX = static_cast<int>(aVisibleRect.origin.x + aVisibleRect.size.width / 10);  in initWindowAndView()
156 maGeometry.nWidth = static_cast<unsigned int>(aVisibleRect.size.width * 0.8); in initWindowAndView()
172 maGeometry.nWidth = static_cast<int>(aVisibleRect.size.width); in initWindowAndView()
593 aStateRect.size.width = float(pState->mnWidth); in SetWindowState()
678 pState->mnWidth = long(aStateRect.size.width); in GetWindowState()
766 … aNewContentRect.size.width += aNewContentRect.origin.x - aScreenRect.origin.x; in ShowFullScreen()
774 …if( aScreenRect.origin.x + aScreenRect.size.width > aNewContentRect.origin.x + aNewContentRect.siz… in ShowFullScreen()
775 …aNewContentRect.size.width = aScreenRect.origin.x + aScreenRect.size.width - aNewContentRect.origi… in ShowFullScreen()
781 if( aNewContentRect.size.width == 0 && aNewContentRect.size.height == 0 ) in ShowFullScreen()
1393 … nX = mpParent->maGeometry.nWidth - static_cast<long int>( aContentRect.size.width-1) - nX; in SetPosSize()
1407 if( nWidth != aContentRect.size.width || nHeight != aContentRect.size.height ) in SetPosSize()
1419 aContentRect.size.width = nWidth; in SetPosSize()
1460 rRect.nRight = static_cast<long>(aRect.origin.x + aRect.size.width - 1); in GetWorkArea()
1662 …ometry.nRightDecoration = static_cast<unsigned int>((aFrameRect.origin.x + aFrameRect.size.width) - in UpdateFrameGeometry()
1663 (aContentRect.origin.x + aContentRect.size.width)); in UpdateFrameGeometry()
1669 maGeometry.nWidth = static_cast<unsigned int>(aContentRect.size.width); in UpdateFrameGeometry()
1760 …maClippingRects.push_back( CGRectMake(aRect.origin.x, aRect.origin.y, aRect.size.width, aRect.size… in UnionClipRegion()