HomeSort by relevance Sort by last modified time
    Searched full:platformgraphicscontext (Results 26 - 50 of 58) sorted by null

12 3

  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.cpp 63 void WebLayer::drawInContext(PlatformGraphicsContext* context)
  /external/webkit/Source/WebCore/platform/win/
DragImageCairoWin.cpp 82 *targetRef = new PlatformGraphicsContext(cr);
  /external/webkit/Source/WebKit2/UIProcess/mac/
BackingStoreMac.mm 39 void BackingStore::paint(PlatformGraphicsContext context, const IntRect& rect)
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.h 102 void draw(PlatformGraphicsContext* context = NULL);
PluginWidgetAndroid.cpp 227 void PluginWidgetAndroid::draw(PlatformGraphicsContext* context) {
  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxyImpl.cpp 69 void DrawingAreaProxyImpl::paint(BackingStore::PlatformGraphicsContext context, const IntRect& rect, Region& unpaintedRegion)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 79 GraphicsContext::GraphicsContext(PlatformGraphicsContext* platformGraphicsContext)
82 platformInit(platformGraphicsContext);
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 33 #include "PlatformGraphicsContext.h"
PathAndroid.cpp 33 #include "PlatformGraphicsContext.h"
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.h 148 PlatformGraphicsContext* platformContext() const { return m_drawContext ? m_drawContext->platformContext() : 0; }
FontChromiumWin.cpp 78 PlatformGraphicsContext* m_platformContext;
486 PlatformGraphicsContext* context = graphicsContext->platformContext();
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 62 PlatformGraphicsContext* GraphicsContext::platformContext() const
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 229 virtual PlatformGraphicsContext* beginPaint(const IntRect& dirtyRect);
468 PlatformGraphicsContext* BitmapTextureGL::beginPaint(const IntRect& dirtyRect)
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 447 PlatformGraphicsContext* platformContext = context->platformContext();
WebViewImpl.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 223 void GraphicsContext::platformInit(PlatformGraphicsContext* gc)
234 PlatformGraphicsContext* GraphicsContext::platformContext() const
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 259 void GraphicsContext::platformInit(PlatformGraphicsContext* painter)
285 PlatformGraphicsContext* GraphicsContext::platformContext() const
    [all...]
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 36 #include "PlatformGraphicsContext.h"
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 434 PlatformGraphicsContext* platformContext = m_texture->beginPaintMedia();
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 51 #include "PlatformGraphicsContext.h"
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 36 #include "PlatformGraphicsContext.h"
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 646 platform/graphics/android/context/PlatformGraphicsContext.cpp \
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 41 #include "PlatformGraphicsContext.h"
    [all...]

Completed in 218 milliseconds

12 3