HomeSort by relevance Sort by last modified time
    Searched refs:platformContext (Results 76 - 100 of 120) sorted by null

1 2 34 5

  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 407 CGAffineTransform currentCTM = CGContextGetCTM(context->platformContext());
428 HIThemeDrawTrack(&trackInfo, 0, drawingContext->platformContext(), kHIThemeOrientationNormal);
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 56 PlatformGraphicsContext* pc = buffer->context()->platformContext();
GraphicsLayerAndroid.cpp 759 PlatformGraphicsContextSkia platformContext(canvas);
760 GraphicsContext graphicsContext(&platformContext);
    [all...]
  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.cpp 194 wxDC* dc = static_cast<wxDC*>(context->platformContext());
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 142 CGContextRef cgContext = context->platformContext();
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 240 CGContextRef cgContext = graphicsContext->platformContext();
303 CGContextRef cgContext = graphicsContext->platformContext();
MediaPlayerPrivateQuickTimeWin.cpp 643 CGContextRef cgContext = context.platformContext();
879 CGContextDrawImage(context.platformContext(), rect, frameImage.get());
  /external/webkit/Source/WebCore/platform/mac/
WidgetMac.mm 286 CGContextRef cgContext = p->platformContext();
ScrollbarThemeMac.mm 514 HIThemeDrawTrack(&trackInfo, 0, context->platformContext(), kHIThemeOrientationNormal);
526 HIThemeDrawTrack(&trackInfo, 0, imageBuffer->context()->platformContext(), kHIThemeOrientationNormal);
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 691 m_window->setSurfaceClip(context->platformContext()->getTotalClipBounds());
696 m_window->draw(context->platformContext());
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 777 PlatformContextCairo platformContext(cr);
778 GraphicsContext graphicsContext(&platformContext);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebDragClientMac.mm 85 [NSGraphicsContext setCurrentContext:[NSGraphicsContext graphicsContextWithGraphicsPort:graphicsContext->platformContext() flipped:YES]];
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 75 PlatformGraphicsContext* GraphicsContext::platformContext() const
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 62 PlatformGraphicsContext* GraphicsContext::platformContext() const
  /external/webkit/Source/WebCore/platform/gtk/
WidgetRenderingContext.cpp 132 cairo_t* cairoContext = m_graphicsContext->platformContext()->cr();
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 143 m_npWindow.ws_info = (void*)(context->platformContext());
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 293 QPainter* painter = context->platformContext();
330 QPainter* painter = context->platformContext();
354 QPainter* painter = context->platformContext();
402 QPainter* painter = context->platformContext();
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp 214 QPainter* painter = context->platformContext();
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 474 QPainter* painter = graphicsContect->platformContext();
GraphicsContextQt.cpp 285 PlatformGraphicsContext* GraphicsContext::platformContext() const
292 const QTransform& matrix = platformContext()->combinedTransform();
909 QPainter* painter = platformContext();
    [all...]
FontQt.cpp 81 QPainter *p = ctx->platformContext();
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 434 PlatformGraphicsContext* platformContext = m_texture->beginPaintMedia();
435 GraphicsContext context(platformContext);
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 222 cairo_set_source_surface(cr.get(), cairo_get_group_target(context->platformContext()->cr()),
249 cairo_t* cr = context->platformContext()->cr();
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumWin.cpp 112 if (context->platformContext()->isDrawingToImageBuffer()) // Might have transparent background.
114 if (canvasHasMultipleLayers(context->platformContext()->canvas())) // Needs antialiasing help.
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 234 PlatformGraphicsContext* platformContext() const;

Completed in 447 milliseconds

1 2 34 5