Searched refs:DrawPath (Results 1 – 2 of 2) sorted by relevance
33 X(DrawPath)
210 struct DrawPath final : Op { struct211 static const auto kType = Type::DrawPath; argument212 DrawPath(const SkPath& path, const SkPaint& paint) : path(path), paint(paint) {} in DrawPath() function613 this->push<DrawPath>(0, path, paint); in drawPath()