Home | History | Annotate | Download | only in quartz

Lines Matching refs:contentRect

427     NSRect contentRect;
532 contentRect = NSMakeRect (0, 0, width, height);
555 initWithContentRect:contentRect
568 [ qz_window setContentSize:contentRect.size ];
570 [ window_view setFrameSize:contentRect.size ];
586 window_view = [ [ NSView alloc ] initWithFrame:contentRect ];
649 NSRect contentRect;
659 contentRect = NSMakeRect (0, 0, width, height);
735 initWithContentRect:contentRect
767 [ qz_window setContentSize:contentRect.size ];
769 [ window_view setFrameSize:contentRect.size ];
784 window_view = [ [ NSView alloc ] initWithFrame:contentRect ];
801 window_view = [ [ NSQuickDrawView alloc ] initWithFrame:contentRect ];
1148 CGSRect contentRect;
1184 CGSGetScreenRectForWindow (cgsConnection, windowNumber, &contentRect);
1187 contentRect.origin.y += windowContentOffset;
1188 contentRect.size.height -= windowContentOffset;
1311 if (NSIntersectsRect (contentRect, winRect)) {