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

/external/skia/src/core/
H A DSkLiteDL.cpp58 M(DrawPatch) M(DrawPoints) M(DrawVertices) M(DrawAtlas)
468 struct DrawVertices final : Op {
469 static const auto kType = Type::DrawVertices;
470 DrawVertices(const SkVertices* v, SkBlendMode m, const SkPaint& p) function in struct:__anon16967::final
678 this->push<DrawVertices>(0, vertices, mode, paint);

Completed in 185 milliseconds