Searched refs:is2d (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSCanvasRenderingContextCustom.cpp49 ASSERT(object->is2d());
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext.h56 virtual bool is2d() const { return false; } function in class:WebCore::CanvasRenderingContext
H A DCanvasRenderingContext2D.h74 virtual bool is2d() const { return true; } function in class:WebCore::CanvasRenderingContext2D
H A DCanvasRenderingContext2D.cpp1363 if (!isAccelerated() || !sourceContext || !sourceContext->isAccelerated() || !sourceContext->is2d())
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DocumentCustom.cpp112 if (result->is2d())
H A DV8HTMLCanvasElementCustom.cpp88 if (result->is2d())
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.cpp170 if (m_context && !m_context->is2d())
264 if (m_context && m_context->is2d())

Completed in 97 milliseconds