Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp468 struct DrawVertices final : Op { struct
469 static const auto kType = Type::DrawVertices;
470 DrawVertices(const SkVertices* v, SkBlendMode m, const SkPaint& p) in DrawVertices() function
472 sk_sp<SkVertices> vertices;
473 SkBlendMode mode;
474 SkPaint paint;
475 void draw(SkCanvas* c, const SkMatrix&) { in draw()