Searched defs:is3d (Results 1 – 3 of 3) sorted by relevance
58 virtual bool is3d() const { return false; } in is3d() function
105 virtual bool is3d() const OVERRIDE { return true; } in is3d() function
4978 …, bool& is2d, RefPtrWillBeRawPtr<CanvasRenderingContext2D>& context2d, bool& is3d, RefPtrWillBeRaw… in getCSSCanvasContext()