Lines Matching refs:SkIRect
17 SkRasterClip(const SkIRect&);
37 const SkIRect& getBounds() const;
40 bool setRect(const SkIRect&);
43 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
45 bool op(const SkIRect&, SkRegion::Op);
55 bool quickContains(const SkIRect& rect) const;
57 return quickContains(SkIRect::MakeLTRB(left, top, right, bottom));
65 bool quickReject(const SkIRect& rect) const {
67 !SkIRect::Intersects(this->getBounds(), rect);
142 const SkIRect& getBounds() const {