Lines Matching refs:NSRect

151     NSRect aVisibleRect = [pNSScreen visibleFrame];  in initWindowAndView()
212 const NSRect aRect = { NSZeroPoint, NSMakeSize( maGeometry.nWidth, maGeometry.nHeight )}; in initWindowAndView()
224 void AquaSalFrame::CocoaToVCL( NSRect& io_rRect, bool bRelativeToScreen ) in CocoaToVCL()
232 void AquaSalFrame::VCLToCocoa( NSRect& io_rRect, bool bRelativeToScreen ) in VCLToCocoa()
585 NSRect aStateRect = [mpNSWindow frame]; in SetWindowState()
673 NSRect aStateRect = [mpNSWindow frame]; in GetWindowState()
708 NSRect aNewScreen = [pScreen frame]; in SetScreenNumber()
714 NSRect aCurScreen = [pScreen frame]; in SetScreenNumber()
718 NSRect aFrameRect = [mpNSWindow frame]; in SetScreenNumber()
748 NSRect aNewContentRect = NSZeroRect; in ShowFullScreen()
763 NSRect aScreenRect = [pScreen frame]; in ShowFullScreen()
996 NSRect aNSRect = NSMakeRect( rRect.Left(), rRect.Top(), rRect.GetWidth(), rRect.GetHeight()); in Flush()
1380 NSRect aFrameRect = [mpNSWindow frame]; in SetPosSize()
1381 NSRect aContentRect = [NSWindow contentRectForFrameRect: aFrameRect styleMask: mnStyleMask]; in SetPosSize()
1384 NSRect aParentContentRect; in SetPosSize()
1395 NSRect aParentFrameRect = [mpParent->mpNSWindow frame]; in SetPosSize()
1456 NSRect aRect = [pScreen visibleFrame]; in GetWorkArea()
1645 NSRect aFrameRect = [mpNSWindow frame]; in UpdateFrameGeometry()
1646 NSRect aContentRect = [NSWindow contentRectForFrameRect: aFrameRect styleMask: mnStyleMask]; in UpdateFrameGeometry()
1651 NSRect aTrackRect = { NSZeroPoint, aContentRect.size }; in UpdateFrameGeometry()
1758 NSRect aRect = NSMakeRect( nX, nY, nWidth, nHeight); in UnionClipRegion()