Searched defs:ClipRRect (Results 1 – 3 of 3) sorted by relevance
157 struct ClipRRect final : Op { struct158 static const auto kType = Type::ClipRRect;159 ClipRRect(const SkRRect& rrect, SkClipOp op, bool aa) : rrect(rrect), op(op), aa(aa) {} in ClipRRect() argument160 SkRRect rrect;161 SkClipOp op;162 bool aa;163 void draw(SkCanvas* c, const SkMatrix&) const { c->clipRRect(rrect, op, aa); } in draw()
260 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds()
279 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds()