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

  /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();
  /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/
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 54 milliseconds