Lines Matching refs:SkIRect
63 explicit SkRegion(const SkIRect& rect);
154 const SkIRect& getBounds() const { return fBounds; } in getBounds()
189 bool setRect(const SkIRect& rect);
214 bool setRects(const SkIRect rects[], int count);
248 bool intersects(const SkIRect& rect) const;
273 bool contains(const SkIRect& other) const;
289 bool quickContains(const SkIRect& r) const { in quickContains()
322 bool quickReject(const SkIRect& rect) const { in quickReject()
324 !SkIRect::Intersects(fBounds, rect); in quickReject()
336 !SkIRect::Intersects(fBounds, rgn.fBounds); in quickReject()
380 bool op(const SkIRect& rect, Op op) { in op()
403 SkIRect rect; in op()
429 bool op(const SkIRect& rect, const SkRegion& rgn, Op op);
441 bool op(const SkRegion& rgn, const SkIRect& rect, Op op);
513 const SkIRect& rect() const { return fRect; } in rect()
524 SkIRect fRect = {0, 0, 0, 0};
541 Cliperator(const SkRegion& region, const SkIRect& clip);
559 const SkIRect& rect() const { return fRect; } in rect()
563 SkIRect fClip;
564 SkIRect fRect = {0, 0, 0, 0};
636 SkIRect fBounds;
657 static void BuildRectRuns(const SkIRect& bounds,
663 SkIRect* bounds);