Lines Matching refs:SkIRect
39 explicit SkRegion(const SkIRect&);
85 const SkIRect& getBounds() const { return fBounds; } in getBounds()
114 bool setRect(const SkIRect&);
128 bool setRects(const SkIRect rects[], int count);
148 bool intersects(const SkIRect&) const;
167 bool contains(const SkIRect&) const;
183 bool quickContains(const SkIRect& r) const { in quickContains()
210 bool quickReject(const SkIRect& rect) const { in quickReject()
212 !SkIRect::Intersects(fBounds, rect); in quickReject()
222 !SkIRect::Intersects(fBounds, rgn.fBounds); in quickReject()
258 bool op(const SkIRect& rect, Op op) { return this->op(*this, rect, op); } in op()
266 SkIRect rect; in op()
283 bool op(const SkIRect& rect, const SkRegion& rgn, Op);
290 bool op(const SkRegion& rgn, const SkIRect& rect, Op);
319 const SkIRect& rect() const { return fRect; } in rect()
326 SkIRect fRect;
336 Cliperator(const SkRegion&, const SkIRect& clip);
339 const SkIRect& rect() const { return fRect; } in rect()
343 SkIRect fClip;
344 SkIRect fRect;
412 SkIRect fBounds;
431 static void BuildRectRuns(const SkIRect& bounds,
437 SkIRect* bounds);