HomeSort by relevance Sort by last modified time
    Searched full:platformgraphicscontext (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/webkit/Source/WebCore/platform/graphics/android/
PlatformGraphicsContext.cpp 28 #include "PlatformGraphicsContext.h"
33 PlatformGraphicsContext::PlatformGraphicsContext(SkCanvas* canvas)
38 PlatformGraphicsContext::PlatformGraphicsContext()
43 PlatformGraphicsContext::~PlatformGraphicsContext()
PlatformGraphicsContext.h 42 class PlatformGraphicsContext {
44 PlatformGraphicsContext();
47 PlatformGraphicsContext(SkCanvas* canvas);
48 ~PlatformGraphicsContext();
GraphicsContextAndroid.cpp 33 #include "PlatformGraphicsContext.h"
219 GraphicsContextPlatformPrivate(GraphicsContext* gfxCtx, PlatformGraphicsContext* platformGfxCtx)
418 PlatformGraphicsContext* getPlatformGfxCtx()
430 PlatformGraphicsContext* m_platformGfxCtx;
470 PlatformGraphicsContext* pgc = new PlatformGraphicsContext();
485 void GraphicsContext::platformInit(PlatformGraphicsContext* gc)
1013 PlatformGraphicsContext* GraphicsContext::platformContext() const
    [all...]
ImageBufferAndroid.cpp 35 #include "PlatformGraphicsContext.h"
  /external/webkit/Source/WebKit2/UIProcess/
BackingStore.h 59 typedef CGContextRef PlatformGraphicsContext;
61 typedef HDC PlatformGraphicsContext;
64 void paint(PlatformGraphicsContext, const WebCore::IntRect&);
DrawingAreaProxyImpl.h 45 void paint(BackingStore::PlatformGraphicsContext, const WebCore::IntRect&, Region& unpaintedRegion);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 41 typedef struct CGContext PlatformGraphicsContext;
47 typedef WebCore::PlatformContextCairo PlatformGraphicsContext;
52 typedef class WebCore::SurfaceOpenVG PlatformGraphicsContext;
58 typedef QPainter PlatformGraphicsContext;
71 typedef wxDC PlatformGraphicsContext;
73 typedef wxGCDC PlatformGraphicsContext;
76 typedef wxWindowDC PlatformGraphicsContext;
81 class PlatformGraphicsContext;
89 typedef WebCore::PlatformContextSkia PlatformGraphicsContext;
93 typedef BView PlatformGraphicsContext;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 65 virtual PlatformGraphicsContext* beginPaint(const IntRect& dirtyRect) = 0;
67 virtual PlatformGraphicsContext* beginPaintMedia()
  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.h 44 virtual void drawInContext(PlatformGraphicsContext*);
WebLayer.cpp 63 void WebLayer::drawInContext(PlatformGraphicsContext* context)
  /external/webkit/Source/WebCore/platform/win/
DragImageWin.cpp 46 HBITMAP allocImage(HDC, IntSize, PlatformGraphicsContext** targetRef);
47 void deallocContext(PlatformGraphicsContext* target);
191 PlatformGraphicsContext* contextRef;
DragImageCairoWin.cpp 82 *targetRef = new PlatformGraphicsContext(cr);
  /external/webkit/Source/WebKit/win/
WebFrame.h 63 typedef struct CGContext PlatformGraphicsContext;
68 typedef class WebCore::PlatformContextCairo PlatformGraphicsContext;
393 void spoolPage (PlatformGraphicsContext* pctx, WebCore::GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate*, float headerHeight, float footerHeight, UINT page, UINT pageCount);
394 void drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, float headerHeight);
395 void drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight);
WebFrame.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.h 65 virtual PlatformGraphicsContext* beginPaint(const IntRect& dirtyRect, bool opaque) = 0;
  /external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.h 35 virtual PlatformGraphicsContext* beginPaint(const IntRect& dirtyRect);
TextureMapperQt.cpp 50 PlatformGraphicsContext* BitmapTextureQt::beginPaint(const IntRect& dirtyRect)
188 virtual PlatformGraphicsContext* beginPaint(const IntRect& rect, bool opaque)
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlightView.mm 75 GraphicsContext context((PlatformGraphicsContext*)[[NSGraphicsContext currentContext] graphicsPort]);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.cpp 97 m_context = adoptPtr(new GraphicsContext(reinterpret_cast<PlatformGraphicsContext*>(m_skiaContext.get())));
  /external/webkit/Source/WebKit/android/jni/
WebFrameView.cpp 37 #include "PlatformGraphicsContext.h"
WebCoreJniOnLoad.cpp 49 #include "PlatformGraphicsContext.h"
307 PlatformGraphicsContext ctx(&canvas);
  /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/haiku/
GraphicsContextHaiku.cpp 64 void GraphicsContext::platformInit(PlatformGraphicsContext* context)
75 PlatformGraphicsContext* GraphicsContext::platformContext() const
  /external/webkit/Source/WebKit2/UIProcess/mac/
BackingStoreMac.mm 39 void BackingStore::paint(PlatformGraphicsContext context, const IntRect& rect)
  /external/webkit/Source/WebKit/android/nav/
CacheBuilder.h 50 class PlatformGraphicsContext;

Completed in 682 milliseconds

1 2 3