HomeSort by relevance Sort by last modified time
    Searched refs:PlatformGraphicsContext (Results 26 - 44 of 44) sorted by null

12

  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 114 void GraphicsContext::platformInit(PlatformGraphicsContext* context)
136 PlatformGraphicsContext* GraphicsContext::platformContext() const
138 return (PlatformGraphicsContext*)m_data->context;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 78 PlatformGraphicsContext* m_platformContext;
486 PlatformGraphicsContext* context = graphicsContext->platformContext();
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 35 #include "PlatformGraphicsContext.h"
52 // We know that our PlatformGraphicsContext is a PlatformGraphicsContextSkia
56 PlatformGraphicsContext* pc = buffer->context()->platformContext();
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 29 #include "PlatformGraphicsContext.h"
63 class PlatformGraphicsContextRecording : public PlatformGraphicsContext {
  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxyImpl.cpp 69 void DrawingAreaProxyImpl::paint(BackingStore::PlatformGraphicsContext context, const IntRect& rect, Region& unpaintedRegion)
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 62 PlatformGraphicsContext* GraphicsContext::platformContext() const
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 447 PlatformGraphicsContext* platformContext = context->platformContext();
WebViewImpl.cpp     [all...]
  /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/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 223 void GraphicsContext::platformInit(PlatformGraphicsContext* gc)
234 PlatformGraphicsContext* GraphicsContext::platformContext() const
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.cpp 227 void PluginWidgetAndroid::draw(PlatformGraphicsContext* context) {
  /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/graphics/
GraphicsContext.cpp 79 GraphicsContext::GraphicsContext(PlatformGraphicsContext* platformGraphicsContext)
82 platformInit(platformGraphicsContext);
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 434 PlatformGraphicsContext* platformContext = m_texture->beginPaintMedia();
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]
  /external/webkit/Source/WebCore/
Android.mk 646 platform/graphics/android/context/PlatformGraphicsContext.cpp \
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 588 void GraphicsContext::platformInit(PlatformGraphicsContext* dc)
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]

Completed in 268 milliseconds

12