HomeSort by relevance Sort by last modified time
    Searched refs:CanvasRenderingContext2D (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 32 #include "CanvasRenderingContext2D.h"
90 CanvasStrokeStyleApplier(CanvasRenderingContext2D* canvasContext)
104 CanvasRenderingContext2D* m_canvasContext;
107 CanvasRenderingContext2D::CanvasRenderingContext2D(HTMLCanvasElement* canvas, bool usesCSSCompatibilityParseMode, bool usesDashboardCompatibilityMode)
146 CanvasRenderingContext2D::~CanvasRenderingContext2D()
150 bool CanvasRenderingContext2D::isAccelerated() const
162 bool CanvasRenderingContext2D::paintsIntoCanvasBuffer() const
172 void CanvasRenderingContext2D::reset(
    [all...]
CanvasRenderingContext2D.h 68 class CanvasRenderingContext2D : public CanvasRenderingContext {
70 CanvasRenderingContext2D(HTMLCanvasElement*, bool usesCSSCompatibilityParseMode, bool usesDashboardCompatibilityMode);
72 virtual ~CanvasRenderingContext2D();
CanvasRenderingContext2D.idl 31 ] CanvasRenderingContext2D : CanvasRenderingContext {
  /external/webkit/Source/WebCore/bindings/js/
JSCanvasRenderingContextCustom.cpp 29 #include "CanvasRenderingContext2D.h"
50 return wrap<JSCanvasRenderingContext2D>(exec, globalObject, static_cast<CanvasRenderingContext2D*>(object));
JSCanvasRenderingContext2DCustom.cpp 25 #include "CanvasRenderingContext2D.h"
68 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl());
74 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl());
84 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl());
90 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl());
100 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl())
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CanvasRenderingContext2DCustom.cpp 35 #include "CanvasRenderingContext2D.h"
79 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
85 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
91 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
97 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
V8DocumentCustom.cpp 113 return toV8(static_cast<CanvasRenderingContext2D*>(result));
V8HTMLCanvasElementCustom.cpp 89 return toV8(static_cast<CanvasRenderingContext2D*>(result));
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp 35 #include "CanvasRenderingContext2D.h"
178 m_context = adoptPtr(new CanvasRenderingContext2D(this, document()->inQuirksMode(), usesDashbardCompatibilityMode));
265 static_cast<CanvasRenderingContext2D*>(m_context.get())->reset();
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 490 attribute CanvasRenderingContext2DConstructor CanvasRenderingContext2D;
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 378 html/canvas/CanvasRenderingContext2D.cpp \
    [all...]

Completed in 80 milliseconds