Searched refs:DrawPatch (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkRecords.h | 70 M(DrawPatch) \ 296 RECORD(DrawPatch, kDraw_Tag|kHasPaint_Tag,
|
D | SkRecordDraw.cpp | 128 DRAW(DrawPatch, drawPatch(r.cubics, r.colors, r.texCoords, r.bmode, r.paint)); 422 Bounds bounds(const DrawPatch& op) const { in bounds()
|
D | SkRecorder.cpp | 261 this->append<SkRecords::DrawPatch>(paint, in onDrawPatch()
|
/external/skqp/src/core/ |
D | SkRecords.h | 65 M(DrawPatch) \ 303 RECORD(DrawPatch, kDraw_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 60 M(DrawPatch) M(DrawPoints) M(DrawVertices) M(DrawAtlas) M(DrawShadowRec) 379 struct DrawPatch final : Op { struct 380 static const auto kType = Type::DrawPatch; argument 381 DrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texs[4], in DrawPatch() function 606 this->push<DrawPatch>(0, points, colors, texs, bmode, paint); in drawPatch()
|
D | SkRecordDraw.cpp | 122 DRAW(DrawPatch, drawPatch(r.cubics, r.colors, r.texCoords, r.bmode, r.paint)); 411 Bounds bounds(const DrawPatch& op) const { in bounds()
|
D | SkRecorder.cpp | 299 this->append<SkRecords::DrawPatch>(paint, in onDrawPatch()
|