Home
last modified time | relevance | path

Searched defs:ClipRRect (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/core/
DSkLiteDL.cpp157 struct ClipRRect final : Op { struct
158 static const auto kType = Type::ClipRRect;
159 ClipRRect(const SkRRect& rrect, SkClipOp op, bool aa) : rrect(rrect), op(op), aa(aa) {} in ClipRRect() function
160 SkRRect rrect;
161 SkClipOp op;
162 bool aa;
163 void draw(SkCanvas* c, const SkMatrix&) const { c->clipRRect(rrect, op, aa); } in draw()
DSkRecordDraw.cpp260 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds()
/external/skia/src/core/
DSkRecordDraw.cpp279 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds()