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

/external/webkit/Source/WebKit2/UIProcess/
H A DBackingStore.h59 typedef CGContextRef PlatformGraphicsContext; typedef in class:WebKit::BackingStore
61 typedef HDC PlatformGraphicsContext; typedef in class:WebKit::BackingStore
64 void paint(PlatformGraphicsContext, const WebCore::IntRect&);
/external/webkit/Source/WebKit/win/
H A DWebFrame.h63 typedef struct CGContext PlatformGraphicsContext; typedef in typeref:struct:CGContext
68 typedef class WebCore::PlatformContextCairo PlatformGraphicsContext; typedef in typeref:class:PlatformContextCairo
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);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp26 #define LOG_TAG "PlatformGraphicsContext"
30 #include "PlatformGraphicsContext.h"
94 PlatformGraphicsContext::State::State()
112 PlatformGraphicsContext::State::State(const State& other)
134 PlatformGraphicsContext::State::~State()
141 void PlatformGraphicsContext::State::setShadow(int radius, int dx, int dy, SkColor c)
151 bool PlatformGraphicsContext::State::setupShadowPaint(SkPaint* paint, SkPoint* offset,
177 SkColor PlatformGraphicsContext::State::applyAlpha(SkColor c) const
190 PlatformGraphicsContext::State PlatformGraphicsContext
199 PlatformGraphicsContext::PlatformGraphicsContext() function in class:WebCore::PlatformGraphicsContext
[all...]
H A DPlatformGraphicsContext.h42 class PlatformGraphicsContext { class in namespace:WebCore
46 PlatformGraphicsContext();
47 virtual ~PlatformGraphicsContext();
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h41 typedef struct CGContext PlatformGraphicsContext; typedef in typeref:struct:CGContext
47 typedef WebCore::PlatformContextCairo PlatformGraphicsContext; typedef
52 typedef class WebCore::SurfaceOpenVG PlatformGraphicsContext; typedef in typeref:class:SurfaceOpenVG
58 typedef QPainter PlatformGraphicsContext; typedef
71 typedef wxDC PlatformGraphicsContext; typedef
73 typedef wxGCDC PlatformGraphicsContext; typedef
76 typedef wxWindowDC PlatformGraphicsContext; typedef
81 class PlatformGraphicsContext;
89 typedef WebCore::PlatformContextSkia PlatformGraphicsContext; typedef
93 typedef BView PlatformGraphicsContext; typedef
96 typedef struct HDC__ PlatformGraphicsContext; typedef in typeref:struct:HDC__
98 typedef void PlatformGraphicsContext; typedef
[all...]

Completed in 1020 milliseconds