Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecords.h78 M(DrawVertices) \
312 RECORD(DrawVertices, kDraw_Tag|kHasPaint_Tag,
DSkRecordDraw.cpp137 DRAW(DrawVertices, drawVertices(r.vertices, r.bmode, r.paint));
427 Bounds bounds(const DrawVertices& op) const { in bounds()
DSkRecorder.cpp253 this->append<SkRecords::DrawVertices>(paint, in onDrawVerticesObject()
/external/skqp/src/core/
DSkRecords.h74 M(DrawVertices) \
318 RECORD(DrawVertices, kDraw_Tag|kHasPaint_Tag,
DSkLiteDL.cpp60 M(DrawPatch) M(DrawPoints) M(DrawVertices) M(DrawAtlas) M(DrawShadowRec)
412 struct DrawVertices final : Op { struct
413 static const auto kType = Type::DrawVertices; argument
414 DrawVertices(const SkVertices* v, int bc, SkBlendMode m, const SkPaint& p) in DrawVertices() argument
615 void* pod = this->push<DrawVertices>(boneCount * sizeof(SkVertices::Bone), in drawVertices()
DSkRecordDraw.cpp132 DRAW(DrawVertices, drawVertices(r.vertices, r.bones, r.boneCount, r.bmode, r.paint));
416 Bounds bounds(const DrawVertices& op) const { in bounds()
DSkRecorder.cpp289 this->append<SkRecords::DrawVertices>(paint, in onDrawVerticesObject()