Searched refs:updateRect (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsView.py114 updateRect = (0,)
120 updateRect = NSUnionRect(newBounds, oldBounds)
122 updateRect = object.drawingBounds()
123 updateRect = NSMakeRect(updateRect.origin.x-1.0,
124 updateRect.origin.y-1.0,
125 updateRect.size.width+2.0,
126 updateRect.size.height+2.0)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsView.py114 updateRect = (0,)
120 updateRect = NSUnionRect(newBounds, oldBounds)
122 updateRect = object.drawingBounds()
123 updateRect = NSMakeRect(updateRect.origin.x-1.0,
124 updateRect.origin.y-1.0,
125 updateRect.size.width+2.0,
126 updateRect.size.height+2.0)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsView.py114 updateRect = (0,)
120 updateRect = NSUnionRect(newBounds, oldBounds)
122 updateRect = object.drawingBounds()
123 updateRect = NSMakeRect(updateRect.origin.x-1.0,
124 updateRect.origin.y-1.0,
125 updateRect.size.width+2.0,
126 updateRect.size.height+2.0)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/cairo/
H A DBackingStoreCairo.cpp88 IntRect updateRect = updateInfo.updateRects[i]; local
89 IntRect srcRect = updateRect;
91 bitmap->paint(graphicsContext, deviceScaleFactor(), updateRect.location(), srcRect);
/macosx-10.10.1/WebKit-7600.1.25/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp234 void ChromeClientWinCE::invalidateContentsAndRootView(const IntRect& updateRect) argument
236 RECT rect = updateRect;
240 void ChromeClientWinCE::invalidateContentsForSlowScroll(const IntRect& updateRect) argument
242 invalidateContentsAndRootView(updateRect);
/macosx-10.10.1/WebKit-7600.1.25/wince/
H A DWebView.cpp252 RECT updateRect; local
253 if (!GetUpdateRect(hWnd, &updateRect, false))
259 IntRect clipRect(updateRect);
/macosx-10.10.1/vim-55/src/
H A Dgui_mac.c1870 Rect updateRect; local
1908 updateRectPtr = GetRegionBounds(updateRgn, &updateRect);
1913 GlobalToLocal(&topLeft(updateRect)); /* preCarbon? */
1914 GlobalToLocal(&botRight(updateRect));

Completed in 392 milliseconds