Searched defs:DrawVertices (Results 1 – 1 of 1) sorted by relevance
468 struct DrawVertices final : Op { struct469 static const auto kType = Type::DrawVertices;470 DrawVertices(const SkVertices* v, SkBlendMode m, const SkPaint& p) in DrawVertices() function472 sk_sp<SkVertices> vertices;473 SkBlendMode mode;474 SkPaint paint;475 void draw(SkCanvas* c, const SkMatrix&) { in draw()