Lines Matching refs:SkIRect
39 explicit SkRegion(const SkIRect&);
85 const SkIRect& getBounds() const { return fBounds; } in getBounds()
114 bool setRect(const SkIRect&);
130 bool setRects(const SkIRect rects[], int count);
150 bool intersects(const SkIRect&) const;
169 bool contains(const SkIRect&) const;
185 bool quickContains(const SkIRect& r) const { in quickContains()
212 bool quickReject(const SkIRect& rect) const { in quickReject()
214 !SkIRect::Intersects(fBounds, rect); in quickReject()
224 !SkIRect::Intersects(fBounds, rgn.fBounds); in quickReject()
260 bool op(const SkIRect& rect, Op op) { in op()
276 SkIRect rect; in op()
293 bool op(const SkIRect& rect, const SkRegion& rgn, Op);
300 bool op(const SkRegion& rgn, const SkIRect& rect, Op);
329 const SkIRect& rect() const { return fRect; } in rect()
336 SkIRect fRect;
346 Cliperator(const SkRegion&, const SkIRect& clip);
349 const SkIRect& rect() const { return fRect; } in rect()
353 SkIRect fClip;
354 SkIRect fRect;
422 SkIRect fBounds;
443 static void BuildRectRuns(const SkIRect& bounds,
449 SkIRect* bounds);