Searched refs:DrawVertices (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkRecords.h | 78 M(DrawVertices) \ 312 RECORD(DrawVertices, kDraw_Tag|kHasPaint_Tag,
|
D | SkRecordDraw.cpp | 137 DRAW(DrawVertices, drawVertices(r.vertices, r.bmode, r.paint)); 427 Bounds bounds(const DrawVertices& op) const { in bounds()
|
D | SkRecorder.cpp | 253 this->append<SkRecords::DrawVertices>(paint, in onDrawVerticesObject()
|
/external/skqp/src/core/ |
D | SkRecords.h | 74 M(DrawVertices) \ 318 RECORD(DrawVertices, kDraw_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 60 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()
|
D | SkRecordDraw.cpp | 132 DRAW(DrawVertices, drawVertices(r.vertices, r.bones, r.boneCount, r.bmode, r.paint)); 416 Bounds bounds(const DrawVertices& op) const { in bounds()
|
D | SkRecorder.cpp | 289 this->append<SkRecords::DrawVertices>(paint, in onDrawVerticesObject()
|