Home
last modified time | relevance | path

Searched refs:window_view (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzVideo.m584 window_view = nil;
628 window_view = nil;
822 [ window_view setFrameSize:contentRect.size ];
836 window_view = [ [ NSView alloc ] initWithFrame:contentRect ];
839 [ window_view setAutoresizingMask: NSViewWidthSizable | NSViewHeightSizable ];
842 [ [ qz_window contentView ] addSubview:window_view ];
848 [ gl_context setView: window_view ];
869 [ window_view release ];
881 if (window_view == nil) {
882 window_view = [ [ NSView alloc ] initWithFrame:contentRect ];
[all …]
DSDL_QuartzWindow.m93 [ self cacheImageInRect:[ window_view frame ] ];
124 newViewFrame = [ window_view frame ];
170 [ self cacheImageInRect:[ window_view frame ] ];
DSDL_QuartzWM.m113 return NSPointInRect(p, [ window_view frame ]);
173 *p = [ window_view convertPoint:*p toView: nil ];
174 p->y = [window_view frame].size.height - p->y;
187 *p = [ window_view convertPoint:*p fromView: nil ];
188 p->y = [window_view frame].size.height - p->y;
DSDL_QuartzVideo.h144 #define window_view (this->hidden->view) macro