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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext.h58 class GraphicsContext { class in namespace:WebCore
59 WTF_MAKE_NONCOPYABLE(GraphicsContext); WTF_MAKE_FAST_ALLOCATED;
70 explicit GraphicsContext(SkCanvas*);
71 ~GraphicsContext();
454 // Tracks the region painted opaque via the GraphicsContext.
458 // Tracks the region where text is painted via the GraphicsContext.
H A DGraphicsContext.cpp28 #include "core/platform/graphics/GraphicsContext.h"
58 struct GraphicsContext::DeferredSaveState {
65 GraphicsContext::GraphicsContext(SkCanvas* canvas) function in class:WebCore::GraphicsContext
85 GraphicsContext::~GraphicsContext()
92 const SkBitmap* GraphicsContext::bitmap() const
94 TRACE_EVENT0("skia", "GraphicsContext::bitmap");
98 const SkBitmap& GraphicsContext::layerBitmap(AccessMode access) const
103 SkDevice* GraphicsContext
[all...]

Completed in 136 milliseconds