Searched refs:CanvasRenderingContext (Results 1 - 25 of 25) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext.cpp27 #include "CanvasRenderingContext.h"
39 CanvasRenderingContext::CanvasRenderingContext(HTMLCanvasElement* canvas) function in class:WebCore::CanvasRenderingContext
44 void CanvasRenderingContext::ref()
49 void CanvasRenderingContext::deref()
54 void CanvasRenderingContext::checkOrigin(const CanvasPattern* pattern)
60 void CanvasRenderingContext::checkOrigin(const HTMLCanvasElement* sourceCanvas)
66 void CanvasRenderingContext::checkOrigin(const HTMLImageElement* image)
78 void CanvasRenderingContext::checkOrigin(const HTMLVideoElement* video)
87 void CanvasRenderingContext
[all...]
H A DCanvasRenderingContext.h44 class CanvasRenderingContext { class in namespace:WebCore
45 WTF_MAKE_NONCOPYABLE(CanvasRenderingContext); WTF_MAKE_FAST_ALLOCATED;
47 CanvasRenderingContext(HTMLCanvasElement*);
48 virtual ~CanvasRenderingContext() { }
H A DCanvasRenderingContext.idl32 ] CanvasRenderingContext {
H A DCanvasRenderingContext2D.h30 #include "CanvasRenderingContext.h"
68 class CanvasRenderingContext2D : public CanvasRenderingContext {
H A DCanvasRenderingContext2D.idl31 ] CanvasRenderingContext2D : CanvasRenderingContext {
H A DWebGLRenderingContext.h29 #include "CanvasRenderingContext.h"
65 class WebGLRenderingContext : public CanvasRenderingContext {
H A DCanvasRenderingContext2D.cpp108 : CanvasRenderingContext(canvas)
1361 CanvasRenderingContext* sourceContext = sourceCanvas->renderingContext();
H A DWebGLRenderingContext.idl34 ] WebGLRenderingContext : CanvasRenderingContext {
H A DWebGLRenderingContext.cpp382 : CanvasRenderingContext(passedCanvas)
/external/webkit/Source/WebCore/bindings/js/
H A DJSCanvasRenderingContextCustom.cpp40 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, CanvasRenderingContext* object)
H A DJSHTMLCanvasElementCustom.cpp85 CanvasRenderingContext* context = canvas->getContext(ustringToString(contextId), attrs.get());
H A DJSNodeCustom.cpp122 if (CanvasRenderingContext* context = static_cast<HTMLCanvasElement*>(node)->renderingContext()) {
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.h46 class CanvasRenderingContext;
92 CanvasRenderingContext* getContext(const String&, CanvasContextAttributes* attributes = 0);
104 CanvasRenderingContext* renderingContext() const { return m_context.get(); }
152 OwnPtr<CanvasRenderingContext> m_context;
H A DHTMLCanvasElement.cpp159 CanvasRenderingContext* HTMLCanvasElement::getContext(const String& type, CanvasContextAttributes* attrs)
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DocumentCustom.cpp34 #include "CanvasRenderingContext.h"
109 CanvasRenderingContext* result = imp->getCSSCanvasContext(contextId, name, width, height);
H A DV8HTMLCanvasElementCustom.cpp36 #include "CanvasRenderingContext.h"
85 CanvasRenderingContext* result = imp->getContext(contextId, attrs.get());
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h84 class CanvasRenderingContext;
777 void paintRenderingResultsToCanvas(CanvasRenderingContext* context);
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DInternal.h73 void paintRenderingResultsToCanvas(CanvasRenderingContext*);
H A DGraphicsContext3DChromium.cpp39 #include "CanvasRenderingContext.h"
180 void GraphicsContext3DInternal::paintRenderingResultsToCanvas(CanvasRenderingContext* context)
1125 DELEGATE_TO_INTERNAL_1(paintRenderingResultsToCanvas, CanvasRenderingContext*)
/external/webkit/Source/WebCore/dom/
H A DDocument.h59 class CanvasRenderingContext;
943 CanvasRenderingContext* getCSSCanvasContext(const String& type, const String& name, int width, int height);
H A DDocument.cpp4669 CanvasRenderingContext* Document::getCSSCanvasContext(const String& type, const String& name, int width, int height)
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp33 #include "CanvasRenderingContext.h"
78 if (CanvasRenderingContext* context = canvas->renderingContext())
304 if (CanvasRenderingContext* context = canvas->renderingContext())
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp35 #include "CanvasRenderingContext.h"
119 void GraphicsContext3D::paintRenderingResultsToCanvas(CanvasRenderingContext* context)
/external/webkit/Source/WebCore/
H A DAndroid.mk377 html/canvas/CanvasRenderingContext.cpp \
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp24 #include "CanvasRenderingContext.h"
647 void GraphicsContext3D::paintRenderingResultsToCanvas(CanvasRenderingContext* context)

Completed in 267 milliseconds