Home
last modified time | relevance | path

Searched defs:is2d (Results 1 – 2 of 2) sorted by relevance

/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