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

  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext.h 47 virtual bool is2d() const { return false; } function in class:WebCore::CanvasRenderingContext
CanvasRenderingContext2D.h 64 virtual bool is2d() const { return true; } function in class:WebCore::CanvasRenderingContext2D
  /external/webkit/WebCore/bindings/js/
JSCanvasRenderingContextCustom.cpp 49 ASSERT(object->is2d());
  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 80 if (result->is2d())
V8DocumentCustom.cpp 103 if (result->is2d())
  /external/webkit/WebCore/html/
HTMLCanvasElement.cpp 163 if (m_context && !m_context->is2d())
238 if (m_context && m_context->is2d())

Completed in 1386 milliseconds