Home | History | Annotate | Download | only in Carbon

Lines Matching full:bounds

41 // _frame will always reflect the window's Carbon kWindowStructureRgn bounds.
341 // Update this window's frame and content frame rectangles to match the Carbon window's structure bounds and content bounds rectangles. Return yes if the update was really necessary, no otherwise.
357 // Get the Carbon window's bounds, which are expressed in global screen coordinates, with (0,0) at the top-left of the main screen.
359 if (osStatus!=noErr) NSLog(@"A Carbon window's structure bounds couldn't be gotten.");
361 if (osStatus!=noErr) NSLog(@"A Carbon window's content bounds couldn't be gotten.");
363 // Set the frame rectangle of the border view and this window from the Carbon window's structure region bounds.
374 // Set the content view's frame rect from the Carbon window's content region bounds.
556 if (osStatus!=noErr) NSLog(@"A Carbon window's bounds couldn't be synchronized (%i).", (int)osStatus);
576 // There's no override of _setFrame:, despite the fact that NSWindow's modifies _frame, because it looks like it might work on Carbon windows as is. The synchronization of the Carbon window bounds rect to the Cocoa frame rect is done in the overrides of _oldPlaceWindow: and _windowMovedToRect:.
616 if (osStatus!=noErr) NSLog(@"A Carbon window's bounds couldn't be synchronized (%i).", (int)osStatus);
769 bounds.
771 if (osStatus!=noErr) NSLog(@"A Carbon window's content bounds couldn't be gotten.");
943 // Set the content view's frame rect from the Carbon window's content region bounds.
1031 HIRect bounds, rect;
1034 HIViewGetBounds( HIViewGetRoot( _windowRef ), &bounds );
1038 rect.origin.y = bounds.size.height - CGRectGetMaxY( rect ) - 1;