Searched defs:PlatformGraphicsContext (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
H A DPlatformGraphicsContext.cpp28 #include "PlatformGraphicsContext.h"
33 PlatformGraphicsContext::PlatformGraphicsContext(SkCanvas* canvas, WTF::Vector<Container>* buttons) function in class:WebCore::PlatformGraphicsContext
38 PlatformGraphicsContext::PlatformGraphicsContext() function in class:WebCore::PlatformGraphicsContext
43 PlatformGraphicsContext::~PlatformGraphicsContext()
51 void PlatformGraphicsContext::storeButtonInfo(Node* node, const IntRect& r)
H A DPlatformGraphicsContext.h143 class PlatformGraphicsContext { class in namespace:WebCore
145 PlatformGraphicsContext();
148 PlatformGraphicsContext(SkCanvas* canvas, WTF::Vector<Container>* buttons);
149 ~PlatformGraphicsContext();
/external/webkit/WebKit/win/
H A DWebFrame.h65 typedef struct CGContext PlatformGraphicsContext; typedef in typeref:struct:CGContext
67 typedef struct _cairo PlatformGraphicsContext; typedef in typeref:struct:_cairo
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);
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext.h41 typedef struct CGContext PlatformGraphicsContext; typedef in typeref:struct:CGContext
43 typedef struct _cairo PlatformGraphicsContext; typedef in typeref:struct:_cairo
48 typedef class WebCore::SurfaceOpenVG PlatformGraphicsContext; typedef in typeref:class:SurfaceOpenVG
53 typedef QPainter PlatformGraphicsContext; typedef
66 typedef wxDC PlatformGraphicsContext; typedef
68 typedef wxGCDC PlatformGraphicsContext; typedef
71 typedef wxWindowDC PlatformGraphicsContext; typedef
76 class PlatformGraphicsContext;
81 typedef class PlatformContextSkia PlatformGraphicsContext; typedef in typeref:class:PlatformContextSkia
85 typedef BView PlatformGraphicsContext; typedef
88 typedef struct HDC__ PlatformGraphicsContext; typedef in typeref:struct:HDC__
90 typedef void PlatformGraphicsContext; typedef
[all...]

Completed in 129 milliseconds