HomeSort by relevance Sort by last modified time
    Searched defs:GraphicsContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 58 class GraphicsContext {
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.
GraphicsContext.cpp 28 #include "core/platform/graphics/GraphicsContext.h"
58 struct GraphicsContext::DeferredSaveState {
65 GraphicsContext::GraphicsContext(SkCanvas* canvas)
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::createCompatibleDevice(const IntSize& size, bool hasAlpha) cons
    [all...]

Completed in 93 milliseconds