Searched refs:DrawDRRect (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkRecords.h | 65 M(DrawDRRect) \ 229 RECORD(DrawDRRect, kDraw_Tag|kHasPaint_Tag,
|
D | SkRecordDraw.cpp | 109 DRAW(DrawDRRect, drawDRRect(r.outer, r.inner, r.paint)); 393 Bounds bounds(const DrawDRRect& op) const { in bounds()
|
D | SkRecorder.cpp | 192 this->append<SkRecords::DrawDRRect>(paint, outer, inner); in onDrawDRRect()
|
/external/skqp/src/core/ |
D | SkRecords.h | 61 M(DrawDRRect) \ 226 RECORD(DrawDRRect, kDraw_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 57 M(DrawRRect) M(DrawDRRect) M(DrawAnnotation) M(DrawDrawable) M(DrawPicture) \ 241 struct DrawDRRect final : Op { struct 242 static const auto kType = Type::DrawDRRect; argument 243 DrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) in DrawDRRect() argument 554 this->push<DrawDRRect>(0, outer, inner, paint); in drawDRRect()
|
D | SkRecordDraw.cpp | 101 DRAW(DrawDRRect, drawDRRect(r.outer, r.inner, r.paint)); 372 Bounds bounds(const DrawDRRect& op) const { in bounds()
|
D | SkRecorder.cpp | 177 this->append<SkRecords::DrawDRRect>(paint, outer, inner); in onDrawDRRect()
|