Home | History | Annotate | Download | only in core

Lines Matching refs:SkIRect

49                             SkIRect* bounds) {
82 SkRegion::SkRegion(const SkIRect& rect) {
123 SkTSwap<SkIRect>(fBounds, other.fBounds);
154 bool SkRegion::setRect(const SkIRect& r) {
171 bool SkRegion::op(const SkIRect& rect, const SkRegion& rgn, Op op) {
177 bool SkRegion::op(const SkRegion& rgn, const SkIRect& rect, Op op) {
203 const SkIRect& r = iter.rect();
306 void SkRegion::BuildRectRuns(const SkIRect& bounds,
375 bool SkRegion::contains(const SkIRect& r) const {
455 bool SkRegion::intersects(const SkIRect& r) const {
462 SkIRect sect;
489 if (!SkIRect::Intersects(fBounds, rgn.fBounds)) {
594 bool SkRegion::setRects(const SkIRect rects[], int count) {
977 static bool setRectCheck(SkRegion* result, const SkIRect& rect) {
1004 SkIRect bounds;
1015 if (b_empty || !SkIRect::IntersectsNoEmptyCheck(rgna->fBounds,
1190 SkIRect* bounds, int* ySpanCountPtr,
1252 SkIRect bounds;
1354 SkRegion::Cliperator::Cliperator(const SkRegion& rgn, const SkIRect& clip)
1356 const SkIRect& r = fIter.rect();
1375 const SkIRect& r = fIter.rect();
1397 const SkIRect& r = rgn.getBounds();