Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecords.h83 M(DrawVertices) \
346 RECORD(DrawVertices, kDraw_Tag|kHasPaint_Tag,
DSkLiteDL.cpp59 M(DrawPatch) M(DrawPoints) M(DrawVertices) M(DrawAtlas) M(DrawShadowRec)
446 struct DrawVertices final : Op { struct
447 static const auto kType = Type::DrawVertices; argument
448 DrawVertices(const SkVertices* v, SkBlendMode m, const SkPaint& p) in DrawVertices() argument
662 this->push<DrawVertices>(0, vertices, mode, paint); in drawVertices()
DSkRecordDraw.cpp127 DRAW(DrawVertices, drawVertices(r.vertices, r.bmode, r.paint));
445 Bounds bounds(const DrawVertices& op) const { in bounds()
DSkRecorder.cpp315 APPEND(DrawVertices, paint, sk_ref_sp(const_cast<SkVertices*>(vertices)), bmode); in onDrawVerticesObject()