Searched defs:DrawVertices (Results 1 – 1 of 1) sorted by relevance
431 struct DrawVertices final : Op { struct432 static const auto kType = Type::DrawVertices;433 DrawVertices(const SkVertices* v, int bc, SkBlendMode m, const SkPaint& p) in DrawVertices() argument435 sk_sp<SkVertices> vertices;436 int boneCount;437 SkBlendMode mode;438 SkPaint paint;439 void draw(SkCanvas* c, const SkMatrix&) const { in draw()