Lines Matching refs:devBounds
65 const SkIRect& devBounds, SkRegion::Op op, bool doAA) { in opRect() argument
71 ir = devBounds; in opRect()
83 const SkIRect& devBounds, SkRegion::Op op, bool doAA) { in opRRect() argument
84 this->opRect(rrect.getBounds(), ctm, devBounds, op, doAA); in opRRect()
87 void SkConservativeClip::opPath(const SkPath& path, const SkMatrix& ctm, const SkIRect& devBounds, in opPath() argument
94 ir = devBounds; in opPath()
244 bool SkRasterClip::op(const SkRRect& rrect, const SkMatrix& matrix, const SkIRect& devBounds, in op() argument
246 SkIRect bounds(devBounds); in op()
255 bool SkRasterClip::op(const SkPath& path, const SkMatrix& matrix, const SkIRect& devBounds, in op() argument
258 SkIRect bounds(devBounds); in op()
363 bool SkRasterClip::op(const SkRect& localRect, const SkMatrix& matrix, const SkIRect& devBounds, in op() argument
373 return this->op(path, matrix, devBounds, op, doAA); in op()