Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecords.h70 M(DrawPatch) \
296 RECORD(DrawPatch, kDraw_Tag|kHasPaint_Tag,
DSkRecordDraw.cpp128 DRAW(DrawPatch, drawPatch(r.cubics, r.colors, r.texCoords, r.bmode, r.paint));
422 Bounds bounds(const DrawPatch& op) const { in bounds()
DSkRecorder.cpp261 this->append<SkRecords::DrawPatch>(paint, in onDrawPatch()
/external/skqp/src/core/
DSkRecords.h65 M(DrawPatch) \
303 RECORD(DrawPatch, kDraw_Tag|kHasPaint_Tag,
DSkLiteDL.cpp60 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()
DSkRecordDraw.cpp122 DRAW(DrawPatch, drawPatch(r.cubics, r.colors, r.texCoords, r.bmode, r.paint));
411 Bounds bounds(const DrawPatch& op) const { in bounds()
DSkRecorder.cpp299 this->append<SkRecords::DrawPatch>(paint, in onDrawPatch()