Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp431 struct DrawVertices final : Op { struct
432 static const auto kType = Type::DrawVertices;
433 DrawVertices(const SkVertices* v, int bc, SkBlendMode m, const SkPaint& p) in DrawVertices() argument
435 sk_sp<SkVertices> vertices;
436 int boneCount;
437 SkBlendMode mode;
438 SkPaint paint;
439 void draw(SkCanvas* c, const SkMatrix&) const { in draw()