Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecords.h73 M(DrawRRect) \
282 RECORD(DrawRRect, kDraw_Tag|kHasPaint_Tag,
DSkRecordDraw.cpp131 DRAW(DrawRRect, drawRRect(r.rrect, r.paint));
390 Bounds bounds(const DrawRRect& op) const { in bounds()
DSkRecorder.cpp188 this->append<SkRecords::DrawRRect>(paint, rrect); in onDrawRRect()
/external/skqp/src/core/
DSkRecords.h68 M(DrawRRect) \
284 RECORD(DrawRRect, kDraw_Tag|kHasPaint_Tag,
DSkLiteDL.cpp57 M(DrawRRect) M(DrawDRRect) M(DrawAnnotation) M(DrawDrawable) M(DrawPicture) \
234 struct DrawRRect final : Op { struct
235 static const auto kType = Type::DrawRRect; argument
236 DrawRRect(const SkRRect& rrect, const SkPaint& paint) : rrect(rrect), paint(paint) {} in DrawRRect() function
551 this->push<DrawRRect>(0, rrect, paint); in drawRRect()
DSkRecordDraw.cpp125 DRAW(DrawRRect, drawRRect(r.rrect, r.paint));
369 Bounds bounds(const DrawRRect& op) const { in bounds()
DSkRecorder.cpp173 this->append<SkRecords::DrawRRect>(paint, rrect); in onDrawRRect()