Searched refs:DrawOval (Results 1 – 2 of 2) sorted by relevance
34 X(DrawOval)
218 struct DrawOval final : Op { struct219 static const auto kType = Type::DrawOval; argument220 DrawOval(const SkRect& oval, const SkPaint& paint) : oval(oval), paint(paint) {} in DrawOval() function588 this->push<DrawOval>(0, oval, paint); in drawOval()