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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.cpp 28 #include "PlatformCanvas.h"
43 PlatformCanvas::PlatformCanvas()
47 PlatformCanvas::~PlatformCanvas()
51 void PlatformCanvas::resize(const IntSize& size)
63 PlatformCanvas::AutoLocker::AutoLocker(PlatformCanvas* canvas)
82 PlatformCanvas::AutoLocker::~AutoLocker()
90 PlatformCanvas::Painter::Painter(PlatformCanvas* canvas, PlatformCanvas::Painter::TextOption option
    [all...]
PlatformCanvas.h 55 class PlatformCanvas {
56 WTF_MAKE_NONCOPYABLE(PlatformCanvas);
58 PlatformCanvas();
59 ~PlatformCanvas();
65 explicit AutoLocker(PlatformCanvas*);
70 PlatformCanvas* m_canvas;
83 Painter(PlatformCanvas*, TextOption);

Completed in 145 milliseconds