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

1 2

  /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...]
GraphicsOperation.h 34 #include "PlatformGraphicsContext.h"
77 PlatformGraphicsContext::State* m_state;
82 bool apply(PlatformGraphicsContext* context) {
87 virtual bool applyImpl(PlatformGraphicsContext* context) = 0;
185 virtual bool applyImpl(PlatformGraphicsContext* context) {
197 virtual bool applyImpl(PlatformGraphicsContext* context) {
209 virtual bool applyImpl(PlatformGraphicsContext* context) {
221 virtual bool applyImpl(PlatformGraphicsContext* context) {
239 virtual bool applyImpl(PlatformGraphicsContext* context) {
252 virtual bool applyImpl(PlatformGraphicsContext* context)
    [all...]
PlatformGraphicsContextRecording.cpp 96 static unsigned hash(PlatformGraphicsContext::State* const& state)
98 return StringHasher::hashMemory(state, sizeof(PlatformGraphicsContext::State));
101 static bool equal(PlatformGraphicsContext::State* const& a,
102 PlatformGraphicsContext::State* const& b)
104 return a && b && !memcmp(a, b, sizeof(PlatformGraphicsContext::State));
126 typedef HashSet<PlatformGraphicsContext::State*, StateHash> StateHashSet;
158 void playback(PlatformGraphicsContext* context, size_t fromId, size_t toId) const {
174 void enterState(PlatformGraphicsContext* context) {
182 void exitState(PlatformGraphicsContext* context) {
228 PlatformGraphicsContext::State* getState(PlatformGraphicsContext::State* inState)
    [all...]
GraphicsContextAndroid.cpp 34 #include "PlatformGraphicsContext.h"
58 GraphicsContextPlatformPrivate(PlatformGraphicsContext* platformContext)
67 PlatformGraphicsContext* context() { return m_context; }
71 PlatformGraphicsContext* m_context;
79 PlatformGraphicsContext* pgc = gc->platformContext();
118 void GraphicsContext::platformInit(PlatformGraphicsContext* gc)
424 PlatformGraphicsContext* GraphicsContext::platformContext() const
PlatformGraphicsContext.h 42 class PlatformGraphicsContext {
46 PlatformGraphicsContext();
47 virtual ~PlatformGraphicsContext();
PlatformGraphicsContextSkia.h 29 #include "PlatformGraphicsContext.h"
33 class PlatformGraphicsContextSkia : public PlatformGraphicsContext {
PlatformGraphicsContextSkia.cpp 72 : PlatformGraphicsContext()
109 PlatformGraphicsContext::save();
116 PlatformGraphicsContext::restore();
  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.h 44 virtual void drawInContext(PlatformGraphicsContext*);
WebLayer.cpp 63 void WebLayer::drawInContext(PlatformGraphicsContext* context)
  /external/webkit/Source/WebKit2/UIProcess/
BackingStore.h 59 typedef CGContextRef PlatformGraphicsContext;
61 typedef HDC PlatformGraphicsContext;
64 void paint(PlatformGraphicsContext, const WebCore::IntRect&);
DrawingAreaProxyImpl.h 45 void paint(BackingStore::PlatformGraphicsContext, const WebCore::IntRect&, Region& unpaintedRegion);
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 65 virtual PlatformGraphicsContext* beginPaint(const IntRect& dirtyRect) = 0;
67 virtual PlatformGraphicsContext* beginPaintMedia()
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlightView.mm 75 GraphicsContext context((PlatformGraphicsContext*)[[NSGraphicsContext currentContext] graphicsPort]);
  /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...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.h 148 PlatformGraphicsContext* platformContext() const { return m_drawContext ? m_drawContext->platformContext() : 0; }
PlatformCanvas.cpp 97 m_context = adoptPtr(new GraphicsContext(reinterpret_cast<PlatformGraphicsContext*>(m_skiaContext.get())));
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.h 65 virtual PlatformGraphicsContext* beginPaint(const IntRect& dirtyRect, bool opaque) = 0;
  /external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.h 35 virtual PlatformGraphicsContext* beginPaint(const IntRect& dirtyRect);
TextureMapperQt.cpp 50 PlatformGraphicsContext* BitmapTextureQt::beginPaint(const IntRect& dirtyRect)
188 virtual PlatformGraphicsContext* beginPaint(const IntRect& rect, bool opaque)
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.h 102 void draw(PlatformGraphicsContext* context = NULL);
  /external/webkit/Source/WebCore/platform/win/
DragImageWin.cpp 46 HBITMAP allocImage(HDC, IntSize, PlatformGraphicsContext** targetRef);
47 void deallocContext(PlatformGraphicsContext* target);
191 PlatformGraphicsContext* contextRef;
DragImageCairoWin.cpp 82 *targetRef = new PlatformGraphicsContext(cr);
  /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/WebKit2/UIProcess/mac/
BackingStoreMac.mm 39 void BackingStore::paint(PlatformGraphicsContext context, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 64 void GraphicsContext::platformInit(PlatformGraphicsContext* context)
75 PlatformGraphicsContext* GraphicsContext::platformContext() const

Completed in 128 milliseconds

1 2