HomeSort by relevance Sort by last modified time
    Searched full:platformgraphicscontext (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 26 #define LOG_TAG "PlatformGraphicsContext"
30 #include "PlatformGraphicsContext.h"
92 PlatformGraphicsContext::State::State()
110 PlatformGraphicsContext::State::State(const State& other)
132 PlatformGraphicsContext::State::~State()
139 void PlatformGraphicsContext::State::setShadow(int radius, int dx, int dy, SkColor c)
149 bool PlatformGraphicsContext::State::setupShadowPaint(SkPaint* paint, SkPoint* offset,
175 SkColor PlatformGraphicsContext::State::applyAlpha(SkColor c) const
188 PlatformGraphicsContext::State PlatformGraphicsContext::State::cloneInheritedProperties(
    [all...]
GraphicsOperation.h 36 #include "PlatformGraphicsContext.h"
108 virtual void apply(PlatformGraphicsContext* context) = 0;
180 virtual void apply(PlatformGraphicsContext* context) { context->beginTransparencyLayer(m_opacity); }
188 virtual void apply(PlatformGraphicsContext* context) { context->endTransparencyLayer(); }
193 virtual void apply(PlatformGraphicsContext* context) { context->save(); }
198 virtual void apply(PlatformGraphicsContext* context) { context->restore(); }
209 virtual void apply(PlatformGraphicsContext* context) { context->setAlpha(m_alpha); }
218 virtual void apply(PlatformGraphicsContext* context) {
229 virtual void apply(PlatformGraphicsContext* context) {
250 virtual void apply(PlatformGraphicsContext* context)
    [all...]
PlatformGraphicsContextRecording.cpp 20 : PlatformGraphicsContext()
65 PlatformGraphicsContext::save();
71 PlatformGraphicsContext::restore();
81 PlatformGraphicsContext::setAlpha(alpha);
87 PlatformGraphicsContext::setCompositeOperation(op);
93 PlatformGraphicsContext::setFillColor(c);
99 PlatformGraphicsContext::setFillShader(fillShader);
105 PlatformGraphicsContext::setLineCap(cap);
111 PlatformGraphicsContext::setLineDash(dashes, dashOffset);
117 PlatformGraphicsContext::setLineJoin(join)
    [all...]
GraphicsOperationCollection.h 38 class PlatformGraphicsContext;
45 void apply(PlatformGraphicsContext* context);
64 PlatformGraphicsContext* m_platformGraphicsContext;
GraphicsOperationCollection.cpp 9 #include "PlatformGraphicsContext.h"
27 void GraphicsOperationCollection::apply(PlatformGraphicsContext* context)
PlatformGraphicsContextSkia.h 29 #include "PlatformGraphicsContext.h"
33 class PlatformGraphicsContextSkia : public PlatformGraphicsContext {
GraphicsContextAndroid.cpp 34 #include "PlatformGraphicsContext.h"
59 GraphicsContextPlatformPrivate(PlatformGraphicsContext* platformContext)
62 PlatformGraphicsContext* context() { return m_context; }
66 PlatformGraphicsContext* m_context;
74 PlatformGraphicsContext* pgc = gc->platformContext();
115 void GraphicsContext::platformInit(PlatformGraphicsContext* gc)
421 PlatformGraphicsContext* GraphicsContext::platformContext() const
PlatformGraphicsContext.h 41 class PlatformGraphicsContext {
43 PlatformGraphicsContext();
44 virtual ~PlatformGraphicsContext();
PlatformGraphicsContextRecording.h 29 #include "PlatformGraphicsContext.h"
34 class PlatformGraphicsContextRecording : public PlatformGraphicsContext {
PlatformGraphicsContextSkia.cpp 71 : PlatformGraphicsContext()
108 PlatformGraphicsContext::save();
115 PlatformGraphicsContext::restore();
  /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/
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/texmap/
TextureMapper.h 65 virtual PlatformGraphicsContext* beginPaint(const IntRect& dirtyRect) = 0;
67 virtual PlatformGraphicsContext* beginPaintMedia()
  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.h 44 virtual void drawInContext(PlatformGraphicsContext*);
  /external/webkit/Source/WebCore/platform/win/
DragImageWin.cpp 46 HBITMAP allocImage(HDC, IntSize, PlatformGraphicsContext** targetRef);
47 void deallocContext(PlatformGraphicsContext* target);
191 PlatformGraphicsContext* contextRef;
  /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/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/jni/
WebFrameView.cpp 37 #include "PlatformGraphicsContext.h"
WebCoreJniOnLoad.cpp 49 #include "PlatformGraphicsContext.h"
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlightView.mm 75 GraphicsContext context((PlatformGraphicsContext*)[[NSGraphicsContext currentContext] graphicsPort]);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.cpp 97 m_context = adoptPtr(new GraphicsContext(reinterpret_cast<PlatformGraphicsContext*>(m_skiaContext.get())));
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 114 void GraphicsContext::platformInit(PlatformGraphicsContext* context)
136 PlatformGraphicsContext* GraphicsContext::platformContext() const
138 return (PlatformGraphicsContext*)m_data->context;

Completed in 4318 milliseconds

1 2 3