Home
last modified time | relevance | path

Searched refs:is2d (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSCanvasRenderingContextCustom.cpp49 ASSERT(object->is2d()); in toJS()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext.h56 virtual bool is2d() const { return false; } in is2d() function
DCanvasRenderingContext2D.h74 virtual bool is2d() const { return true; } in is2d() function
DCanvasRenderingContext2D.cpp1363 …f (!isAccelerated() || !sourceContext || !sourceContext->isAccelerated() || !sourceContext->is2d()) in drawImage()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLCanvasElementCustom.cpp88 if (result->is2d()) in getContextCallback()
DV8DocumentCustom.cpp112 if (result->is2d()) in getCSSCanvasContextCallback()
/external/webkit/Source/WebCore/html/
DHTMLCanvasElement.cpp170 if (m_context && !m_context->is2d()) in getContext()
264 if (m_context && m_context->is2d()) in reset()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0645402 (WebCore::CanvasRenderingContext::is2d):
94413 (WebCore::CanvasRenderingContext2D::is2d):
DChangeLog-2010-01-2966205 (WebCore::CanvasRenderingContext2D::is2d):