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

/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsContextCairoWin.cpp27 #include "GraphicsContext.h"
67 GraphicsContext::GraphicsContext(HDC dc, bool hasAlpha) function in class:WebCore::GraphicsContext
73 void GraphicsContext::platformInit(HDC dc, bool hasAlpha)
123 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
151 void GraphicsContext::drawWindowsBitmap(WindowsBitmap* bitmap, const IntPoint& point)
H A DGraphicsContextCGWin.cpp69 GraphicsContext::GraphicsContext(HDC hdc, bool hasAlpha) function in class:WebCore::GraphicsContext
75 void GraphicsContext::platformInit(HDC hdc, bool hasAlpha)
90 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
120 void GraphicsContext::drawWindowsBitmap(WindowsBitmap* image, const IntPoint& point)
131 void GraphicsContext::drawFocusRing(const Path& path, int width, int offset, const Color& color)
136 // FIXME: This is nearly identical to the GraphicsContext::drawFocusRing function in GraphicsContextMac.mm.
138 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
183 void GraphicsContext::drawLineForTextChecking(const FloatPoint& point, float width, TextCheckingLineStyle style)
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.cpp27 #include "GraphicsContext.h"
79 GraphicsContext::GraphicsContext(PlatformGraphicsContext* platformGraphicsContext) function in class:WebCore::GraphicsContext
85 GraphicsContext::~GraphicsContext()
90 void GraphicsContext::save()
100 void GraphicsContext::restore()
106 LOG_ERROR("ERROR void GraphicsContext::restore() stack is empty");
115 void GraphicsContext::setStrokeThickness(float thickness)
121 void GraphicsContext
[all...]
H A DGraphicsContext.h227 class GraphicsContext { class in namespace:WebCore
228 WTF_MAKE_NONCOPYABLE(GraphicsContext); WTF_MAKE_FAST_ALLOCATED;
230 GraphicsContext(PlatformGraphicsContext*);
231 ~GraphicsContext();
307 static GraphicsContext* createOffscreenContext(int width, int height);
469 GraphicsContext(HDC, bool hasAlpha = false); // FIXME: To be removed.
477 // FIXME: This is a layering violation. GraphicsContext shouldn't know
479 // to be passed as a parameter alongside the GraphicsContext, but doing
531 GraphicsContext(cairo_t*);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp33 #include "GraphicsContext.h"
73 static inline void setPlatformFill(GraphicsContext* context, cairo_t* cr)
94 static inline void setPlatformStroke(GraphicsContext* context, cairo_t* cr)
144 static inline void drawPathShadow(GraphicsContext* context, PathDrawingStyle drawingStyle)
187 static void fillCurrentCairoPath(GraphicsContext* context, cairo_t* cairoContext)
196 static void strokeCurrentCairoPath(GraphicsContext* context, cairo_t* cairoContext)
203 GraphicsContext::GraphicsContext(cairo_t* cr) function in class:WebCore::GraphicsContext
209 void GraphicsContext::platformInit(PlatformContextCairo* platformContext)
218 void GraphicsContext
[all...]

Completed in 115 milliseconds