Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecords.h65 M(DrawDRRect) \
229 RECORD(DrawDRRect, kDraw_Tag|kHasPaint_Tag,
DSkRecordDraw.cpp109 DRAW(DrawDRRect, drawDRRect(r.outer, r.inner, r.paint));
393 Bounds bounds(const DrawDRRect& op) const { in bounds()
DSkRecorder.cpp192 this->append<SkRecords::DrawDRRect>(paint, outer, inner); in onDrawDRRect()
/external/skqp/src/core/
DSkRecords.h61 M(DrawDRRect) \
226 RECORD(DrawDRRect, kDraw_Tag|kHasPaint_Tag,
DSkLiteDL.cpp57 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()
DSkRecordDraw.cpp101 DRAW(DrawDRRect, drawDRRect(r.outer, r.inner, r.paint));
372 Bounds bounds(const DrawDRRect& op) const { in bounds()
DSkRecorder.cpp177 this->append<SkRecords::DrawDRRect>(paint, outer, inner); in onDrawDRRect()