HomeSort by relevance Sort by last modified time
    Searched defs:PlatformGraphicsContext (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
BackingStore.h 59 typedef CGContextRef PlatformGraphicsContext;
61 typedef HDC PlatformGraphicsContext;
64 void paint(PlatformGraphicsContext, const WebCore::IntRect&);
  /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);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 26 #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::State::cloneInheritedProperties(
    [all...]
PlatformGraphicsContext.h 42 class PlatformGraphicsContext {
46 PlatformGraphicsContext();
47 virtual ~PlatformGraphicsContext();
  /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...]

Completed in 49 milliseconds