Searched refs:DrawRRect (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkRecords.h | 73 M(DrawRRect) \ 282 RECORD(DrawRRect, kDraw_Tag|kHasPaint_Tag,
|
D | SkRecordDraw.cpp | 131 DRAW(DrawRRect, drawRRect(r.rrect, r.paint)); 390 Bounds bounds(const DrawRRect& op) const { in bounds()
|
D | SkRecorder.cpp | 188 this->append<SkRecords::DrawRRect>(paint, rrect); in onDrawRRect()
|
/external/skqp/src/core/ |
D | SkRecords.h | 68 M(DrawRRect) \ 284 RECORD(DrawRRect, kDraw_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 57 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()
|
D | SkRecordDraw.cpp | 125 DRAW(DrawRRect, drawRRect(r.rrect, r.paint)); 369 Bounds bounds(const DrawRRect& op) const { in bounds()
|
D | SkRecorder.cpp | 173 this->append<SkRecords::DrawRRect>(paint, rrect); in onDrawRRect()
|