Searched defs:DrawVertices (Results 1 – 2 of 2) sorted by relevance
56 DrawVertices, enumerator
434 struct DrawVertices final : Op { struct435 static const auto kType = Type::DrawVertices;436 DrawVertices(const SkVertices* v, SkBlendMode m, const SkPaint& p) in DrawVertices() function438 sk_sp<SkVertices> vertices;439 SkBlendMode mode;440 SkPaint paint;441 void draw(SkCanvas* c, const SkMatrix&) const { in draw()