Lines Matching defs:clipRRect
553 and resetMatrix(). Clip may be changed by clipRect(), clipRRect(), clipPath(), clipRegion().
570 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(),
594 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(),
619 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(),
729 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(),
938 /** Sets the maximum clip rectangle, which can be set by clipRect(), clipRRect() and
963 void clipRRect(const SkRRect& rrect, SkClipOp op, bool doAntiAlias);
972 void clipRRect(const SkRRect& rrect, SkClipOp op) {
973 this->clipRRect(rrect, op, false);
983 void clipRRect(const SkRRect& rrect, bool doAntiAlias = false) {
984 this->clipRRect(rrect, SkClipOp::kIntersect, doAntiAlias);