Searched defs:DrawVertices (Results 1 – 2 of 2) sorted by relevance
56 DrawVertices, enumerator
510 struct DrawVertices final : Op { struct511 static const auto kType = Type::DrawVertices;512 DrawVertices(const SkVertices* v, SkBlendMode m, const SkPaint& p) in DrawVertices() function514 sk_sp<SkVertices> vertices;515 SkBlendMode mode;516 SkPaint paint;517 void draw(SkCanvas* c, const SkMatrix&) const { in draw()