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

  /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

Completed in 1179 milliseconds