/external/webkit/WebCore/platform/mac/ |
D | LocalCurrentGraphicsContext.mm | 33 if (graphicsContext->platformContext() == [[NSGraphicsContext currentContext] graphicsPort]) { 38 m_savedNSGraphicsContext = [[NSGraphicsContext currentContext] retain];
|
D | WidgetMac.mm | 187 NSGraphicsContext *currentContext = [NSGraphicsContext currentContext]; 188 if (currentContext == [[view window] graphicsContext] || ![currentContext isDrawingToScreen]) { 213 ASSERT(cgContext == [currentContext graphicsPort]);
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | GraphicsContextMac.mm | 140 // FIXME: This code should not use NSGraphicsContext currentContext 146 NSGraphicsContext *currentContext = [NSGraphicsContext currentContext]; 147 CGContextRef context = (CGContextRef)[currentContext graphicsPort];
|
D | FontMacATSUI.mm | 360 …// Sometimes [[NSGraphicsContext currentContext] graphicsPort] may return the wrong (or no!) conte… 361 …aphicsContext->platformContext() : (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
|
/external/webkit/WebKit/mac/WebInspector/ |
D | WebNodeHighlightView.mm | 72 ASSERT([[NSGraphicsContext currentContext] isFlipped]); 74 …GraphicsContext context((PlatformGraphicsContext*)[[NSGraphicsContext currentContext] graphicsPort…
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | EventSendingController.mm | 299 context:[NSGraphicsContext currentContext] 353 context:[NSGraphicsContext currentContext] 406 context:[NSGraphicsContext currentContext] 436 context:[NSGraphicsContext currentContext] 539 context:[NSGraphicsContext currentContext] 552 context:[NSGraphicsContext currentContext]
|
D | PixelDumpSupportMac.mm | 237 RetainPtr<NSGraphicsContext> savedContext = [NSGraphicsContext currentContext];
|
/external/webkit/WebCore/bindings/v8/ |
D | V8NPUtils.cpp | 72 … WebCore::DOMWindow* window = WebCore::V8Proxy::retrieveWindow(WebCore::V8Proxy::currentContext()); in convertV8ObjectToNPVariant()
|
D | V8Proxy.cpp | 579 DOMWindow* window = retrieveWindow(currentContext()); in retrieve() 864 DOMWindow* originWindow = retrieveWindow(currentContext()); in isEnabled() 1175 v8::Local<v8::Context> V8Proxy::currentContext() in isEnabled() function in WebCore::V8Proxy
|
D | V8Proxy.h | 294 static v8::Local<v8::Context> currentContext();
|
D | V8DOMWrapper.cpp | 1470 v8::Handle<v8::Context> currentContext = v8::Context::GetCurrent(); in convertWindowToV8Object() local 1471 v8::Handle<v8::Object> currentGlobal = currentContext->Global(); in convertWindowToV8Object()
|
/external/webkit/WebKit/mac/Misc/ |
D | WebKitNSStringExtras.mm | 78 NSGraphicsContext *nsContext = [NSGraphicsContext currentContext]; 120 …CGContextSetShouldSmoothFonts(static_cast<CGContextRef>([[NSGraphicsContext currentContext] graphi… 140 … Font webCoreFont(FontPlatformData(font), ![[NSGraphicsContext currentContext] isDrawingToScreen]);
|
D | WebStringTruncator.mm | 62 currentRenderer = Font(f, ![[NSGraphicsContext currentContext] isDrawingToScreen]);
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.mm | 387 … CGContextRef currentContext = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort]; 388 if (currentContext && WKCGContextIsBitmapContext(currentContext)) { 393 void* offscreenData = CGBitmapContextGetData(currentContext); 399 offscreenBounds.right = CGBitmapContextGetWidth(currentContext); 400 offscreenBounds.bottom = CGBitmapContextGetHeight(currentContext); 403 getQDPixelFormatForBitmapContext(currentContext), &offscreenBounds, 0, 0, 0, 404 … static_cast<char*>(offscreenData), CGBitmapContextGetBytesPerRow(currentContext)); 418 … // Generate a QD origin based on the current affine transform for currentContext. 419 CGAffineTransform offscreenMatrix = CGContextGetCTM(currentContext); 437 …getNPRect(CGRectOffset(CGContextGetClipBoundingBox(currentContext), -origin.x, origin.y), window.c… [all …]
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
D | WebHostedNetscapePluginView.mm | 334 …ARendererRender(_softwareRenderer, (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort]… 336 …_proxy->print(reinterpret_cast<CGContextRef>([[NSGraphicsContext currentContext] graphicsPort]), […
|
/external/webkit/WebKit/mac/WebView/ |
D | WebView.mm | 4128 NSGraphicsContext *currentContext = [NSGraphicsContext currentContext]; 4129 [currentContext saveGraphicsState]; 4132 [currentContext restoreGraphicsState]; 4139 NSGraphicsContext *currentContext = [NSGraphicsContext currentContext]; 4140 [currentContext saveGraphicsState]; 4145 [currentContext restoreGraphicsState]; 4151 NSGraphicsContext *currentContext = [NSGraphicsContext currentContext]; 4152 [currentContext saveGraphicsState]; 4155 [currentContext restoreGraphicsState]; 4162 NSGraphicsContext *currentContext = [NSGraphicsContext currentContext]; [all …]
|
D | WebDynamicScrollBarsView.mm | 202 if (!inUpdateScrollers && [[NSGraphicsContext currentContext] isDrawingToScreen])
|
D | WebFrame.mm | 521 …mContext = static_cast<PlatformGraphicsContext*>([[NSGraphicsContext currentContext] graphicsPort]… 522 ASSERT([[NSGraphicsContext currentContext] isFlipped]);
|
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/ |
D | main.m | 199 NSGraphicsContext *oldContext = [[NSGraphicsContext currentContext] retain];
|
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/ |
D | main.m | 212 NSGraphicsContext *oldContext = [[NSGraphicsContext currentContext] retain];
|
/external/webkit/WebCore/page/mac/ |
D | FrameMac.mm | 292 CGContextRef context = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-12-19 | 4585 They now properly update the NSGrapicsContext currentContext, when 18689 currentContext and setStrokeColorAndLineWidthFromCurrentPen. 19713 (QPainter::currentContext): Assert that painting is not disabled.
|
D | ChangeLog-2006-05-10 | 1972 … (WebCore::GraphicsContext::drawRect): Rewrote to not rely on [NSGraphicsContext currentContext]. 26891 (KRenderingDevice::currentContext): check isEmpty, return 0 26999 (KRenderingDevice::currentContext):
|
D | ChangeLog-2006-12-31 | 28555 (WebCore::KRenderingDevice::currentContext): 31613 …l up into AppKit controls (and thus depend on the [NSGraphicsContext currentContext] being set cor…
|
D | ChangeLog-2005-08-23 | 43672 (QPainter::currentContext):
|