HomeSort by relevance Sort by last modified time
    Searched refs:PlatformGraphicsContext (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/WebCore/platform/graphics/android/
PlatformGraphicsContext.cpp 28 #include "PlatformGraphicsContext.h"
33 PlatformGraphicsContext::PlatformGraphicsContext(SkCanvas* canvas, WTF::Vector<Container>* buttons)
38 PlatformGraphicsContext::PlatformGraphicsContext()
43 PlatformGraphicsContext::~PlatformGraphicsContext()
51 void PlatformGraphicsContext::storeButtonInfo(Node* node, const IntRect& r)
PlatformGraphicsContext.h 143 class PlatformGraphicsContext {
145 PlatformGraphicsContext();
148 PlatformGraphicsContext(SkCanvas* canvas, WTF::Vector<Container>* buttons);
149 ~PlatformGraphicsContext();
GraphicsContextAndroid.cpp 35 #include "PlatformGraphicsContext.h"
83 PlatformGraphicsContext* mPgc;
166 GraphicsContextPlatformPrivate(GraphicsContext* cg, PlatformGraphicsContext* pgc)
349 PlatformGraphicsContext* pgc = new PlatformGraphicsContext();
365 GraphicsContext::GraphicsContext(PlatformGraphicsContext *gc)
910 PlatformGraphicsContext* GraphicsContext::platformContext() const
    [all...]
GraphicsLayerAndroid.cpp 31 #include "PlatformGraphicsContext.h"
465 PlatformGraphicsContext pgc(recordingCanvas, 0);
  /external/webkit/WebKit/android/
RenderSkinAndroid.h 39 class PlatformGraphicsContext;
74 virtual bool draw(PlatformGraphicsContext*) { return false; }
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 78 void syncContext(PlatformGraphicsContext* cr);
93 void syncContext(PlatformGraphicsContext* cr) {}
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 41 typedef struct CGContext PlatformGraphicsContext;
43 typedef struct _cairo PlatformGraphicsContext;
48 typedef class WebCore::SurfaceOpenVG PlatformGraphicsContext;
53 typedef QPainter PlatformGraphicsContext;
66 typedef wxDC PlatformGraphicsContext;
68 typedef wxGCDC PlatformGraphicsContext;
71 typedef wxWindowDC PlatformGraphicsContext;
76 class PlatformGraphicsContext;
81 typedef class PlatformContextSkia PlatformGraphicsContext;
85 typedef BView PlatformGraphicsContext;
    [all...]
  /external/webkit/WebKit/mac/WebInspector/
WebNodeHighlightView.mm 74 GraphicsContext context((PlatformGraphicsContext*)[[NSGraphicsContext currentContext] graphicsPort]);
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.h 147 PlatformGraphicsContext* platformContext() const { return m_drawContext ? m_drawContext->platformContext() : 0; }
FontChromiumWin.cpp 77 PlatformGraphicsContext* m_platformContext;
461 PlatformGraphicsContext* context = graphicsContext->platformContext();
  /external/webkit/WebKit/win/
WebFrame.h 65 typedef struct CGContext PlatformGraphicsContext;
67 typedef struct _cairo PlatformGraphicsContext;
359 void spoolPage (PlatformGraphicsContext* pctx, WebCore::GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate*, float headerHeight, float footerHeight, UINT page, UINT pageCount);
360 void drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, float headerHeight);
361 void drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight);
WebFrame.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 129 void GraphicsContextPlatformPrivate::syncContext(PlatformGraphicsContext* cr)
WKCACFLayer.h 109 void display(PlatformGraphicsContext*);
WKCACFLayer.cpp 208 void WKCACFLayer::display(PlatformGraphicsContext* context)
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 50 HBITMAP allocImage(HDC dc, IntSize size, PlatformGraphicsContext** targetRef);
51 void deallocContext(PlatformGraphicsContext* target);
283 PlatformGraphicsContext* contextRef;
  /external/webkit/WebKit/chromium/src/
WebPopupMenuImpl.cpp 167 // PlatformGraphicsContext is actually a pointer to PlatformContextSkia.
168 GraphicsContext gc(reinterpret_cast<PlatformGraphicsContext*>(&context));
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 65 GraphicsContext::GraphicsContext(PlatformGraphicsContext* context)
78 PlatformGraphicsContext* GraphicsContext::platformContext() const
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 115 GraphicsContext::GraphicsContext(PlatformGraphicsContext* context)
138 PlatformGraphicsContext* GraphicsContext::platformContext() const
140 return (PlatformGraphicsContext*)m_data->context;
  /external/webkit/WebKit/android/jni/
WebCoreJniOnLoad.cpp 46 #include "PlatformGraphicsContext.h"
276 PlatformGraphicsContext ctx(&canvas, NULL);
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 64 PlatformGraphicsContext* GraphicsContext::platformContext() const
  /external/webkit/WebKit/android/nav/
CacheBuilder.h 49 class PlatformGraphicsContext;
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 222 GraphicsContext::GraphicsContext(PlatformGraphicsContext* gc)
235 PlatformGraphicsContext* GraphicsContext::platformContext() const
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 256 GraphicsContext::GraphicsContext(PlatformGraphicsContext* context)
277 PlatformGraphicsContext* GraphicsContext::platformContext() const
    [all...]
  /external/webkit/WebCore/page/
FrameView.cpp     [all...]

Completed in 215 milliseconds

1 2