Lines Matching refs:SkIRect
59 explicit SkRegion(const SkIRect& rect);
158 const SkIRect& getBounds() const { return fBounds; } in getBounds()
201 bool setRect(const SkIRect& rect);
214 bool setRects(const SkIRect rects[], int count);
254 bool intersects(const SkIRect& rect) const;
285 bool contains(const SkIRect& other) const;
303 bool quickContains(const SkIRect& r) const { in quickContains()
320 bool quickReject(const SkIRect& rect) const { in quickReject()
322 !SkIRect::Intersects(fBounds, rect); in quickReject()
334 !SkIRect::Intersects(fBounds, rgn.fBounds); in quickReject()
377 bool op(const SkIRect& rect, Op op) { in op()
404 bool op(const SkIRect& rect, const SkRegion& rgn, Op op);
415 bool op(const SkRegion& rgn, const SkIRect& rect, Op op);
494 const SkIRect& rect() const { return fRect; } in rect()
505 SkIRect fRect = {0, 0, 0, 0};
524 Cliperator(const SkRegion& region, const SkIRect& clip);
544 const SkIRect& rect() const { return fRect; } in rect()
548 SkIRect fClip;
549 SkIRect fRect = {0, 0, 0, 0};
629 SkIRect fBounds;
650 static void BuildRectRuns(const SkIRect& bounds,
656 SkIRect* bounds);