Lines Matching refs:view

265     NSView *pView = pCtx ? [pCtx view] : nil;
303 NSView *pOldView = pOldCtx ? [pOldCtx view] : nil;
304 NSView *pNewView = [pNewCtx view];
340 /* vboxCtxEnter saves the new view, not the old. So, what we actually
341 do here is switching the view of the old context to that of the new
345 if ([pOldCtx view] != pOldView)
359 NSView *pTstOldView = pTstOldCtx ? [pTstOldCtx view] : nil;
376 * This implementation doesn't allow to set a view to the context, but save the
377 * view for later use. Also it saves a copy of the pixel format used to create
750 * The custom view class.
773 /** The corresponding dock tile view of this OpenGL view & all helper
813 - (void)setParentView: (NSView *)view;
875 * Helper view.
877 * This view is added as a sub view of the parent view to track
898 * events and handle frame change events of the parent view.
916 * Dock overlay view class.
1010 /* Create a buffer for our thumbnail image. Its in the size of this view. */
1120 -(void)setView:(NSView *)view
1123 DEBUG_MSG(("OCTX(%p): setView: new view: %p\n", (void *)self, (void *)view));
1126 m_pView = view;;
1128 [super setView: view];
1134 -(NSView *)view
1141 return [super view];
1223 /* Add the helper view as a child of the parent view to get notifications */
1241 /* Initial set the position to the parents view top/left (Compiz fix). */
1246 /* Set the overlay view as our content view */
1319 * Reshape the overlay view after a short waiting time to let the main
1400 if ([m_pSharedGLCtx view] == self)
1448 /* Ensure the context drawable is cleared to avoid holding a reference to inexistent view. */
1561 /* Hide the view early. */
1648 /* Update the viewport for our OpenGL view. */
1674 if (pCurCtx && pCurCtx == m_pGLCtx && (pCurView = [pCurCtx view]) == self)
1878 * Qt statusbar, scroll bars etc) let's do the next. Get parent view visible area (parentFrameSCS) in (NS)Screen
1916 /* Inform the dock tile view as well. */
1945 * additional thumbnail view for the dock tile. */
1993 if ([m_pGLCtx view] != self)
1996 /* We change the active view, so flush first */
2013 Assert([m_pGLCtx view] == self);
2064 COCOA_LOG_FLOW(("%s: blitter (%p) created successfully for view 0x%p\n", (void *)m_pBlitter, (void *)self));
2075 /* Set this view as the drawable for the new context */
2148 /* Set the new parent view */
2168 COCOA_LOG_FLOW(("%s: returns - request to draw on a hidden view\n", __PRETTY_FUNCTION__));
2174 COCOA_LOG_FLOW(("%s: returns - request to draw a view w/o a parent\n", __PRETTY_FUNCTION__));
2296 if ([m_pSharedGLCtx view] != self)
2298 COCOA_LOG_FLOW(("%s: Not current view of shared ctx! Switching... (self=%p, view=%p, m_pSharedGLCtx)\n",
2299 __PRETTY_FUNCTION__, (void *)self, (void *)[m_pSharedGLCtx view], (void *)m_pSharedGLCtx));
2723 * parent view frame size may differ in case of scrolling. */
2881 /* Create our worker view. */
2889 /* We need a real window as container for the view */
2891 /* Return the freshly created overlay view */
3104 /* The view may not necesserily have a GL context set. */