Home
last modified time | relevance | path

Searched defs:DrawVertices (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkLiteDL.cpp446 struct DrawVertices final : Op { struct
447 static const auto kType = Type::DrawVertices;
448 DrawVertices(const SkVertices* v, SkBlendMode m, const SkPaint& p) in DrawVertices() argument
450 sk_sp<SkVertices> vertices;
451 SkBlendMode mode;
452 SkPaint paint;
453 void draw(SkCanvas* c, const SkMatrix&) const { in draw()