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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h61 class PLATFORM_EXPORT GraphicsContext { class in namespace:blink
62 WTF_MAKE_NONCOPYABLE(GraphicsContext); WTF_MAKE_FAST_ALLOCATED;
81 explicit GraphicsContext(SkCanvas*, DisabledMode = NothingDisabled);
83 ~GraphicsContext();
527 // Tracks the region painted opaque via the GraphicsContext.
530 // Tracks the region where text is painted via the GraphicsContext.
H A DGraphicsContext.cpp28 #include "platform/graphics/GraphicsContext.h"
64 struct GraphicsContext::CanvasSaveState {
72 struct GraphicsContext::RecordingState {
92 GraphicsContext::GraphicsContext(SkCanvas* canvas, DisabledMode disableContextOrPainting) function in class:blink::GraphicsContext
119 GraphicsContext::~GraphicsContext()
133 void GraphicsContext::resetCanvas(SkCanvas* canvas)
139 void GraphicsContext::setRegionTrackingMode(RegionTrackingMode mode)
148 void GraphicsContext
[all...]

Completed in 62 milliseconds