Home | History | Annotate | Download | only in core

Lines Matching refs:SkIRect

46     explicit SkRegion(const SkIRect&);
79 const SkIRect& getBounds() const { return fBounds; }
94 bool setRect(const SkIRect&);
115 bool intersects(const SkIRect&) const;
131 bool contains(const SkIRect&) const;
145 bool quickContains(const SkIRect& r) const {
170 bool quickReject(const SkIRect& rect) const
173 !SkIRect::Intersects(fBounds, rect);
182 !SkIRect::Intersects(fBounds, rgn.fBounds);
212 bool op(const SkIRect& rect, Op op) { return this->op(*this, rect, op); }
219 SkIRect rect;
233 bool op(const SkIRect& rect, const SkRegion& rgn, Op);
238 bool op(const SkRegion& rgn, const SkIRect& rect, Op);
258 const SkIRect& rect() const { return fRect; }
263 SkIRect fRect;
272 Cliperator(const SkRegion&, const SkIRect& clip);
275 const SkIRect& rect() const { return fRect; }
279 SkIRect fClip;
280 SkIRect fRect;
328 SkIRect fBounds;
337 static void BuildRectRuns(const SkIRect& bounds,
341 SkIRect* bounds);