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

  /external/webkit/Source/WebCore/bindings/js/
JSCanvasRenderingContextCustom.cpp 49 ASSERT(object->is2d());
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext.h 56 virtual bool is2d() const { return false; } function in class:WebCore::CanvasRenderingContext
CanvasRenderingContext2D.h 74 virtual bool is2d() const { return true; } function in class:WebCore::CanvasRenderingContext2D
CanvasRenderingContext2D.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DocumentCustom.cpp 112 if (result->is2d())
V8HTMLCanvasElementCustom.cpp 88 if (result->is2d())
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp 170 if (m_context && !m_context->is2d())
264 if (m_context && m_context->is2d())

Completed in 69 milliseconds