Home | History | Annotate | Download | only in core

Lines Matching refs:devBounds

63 void SkConservativeClip::op(const SkRect& localRect, const SkMatrix& ctm, const SkIRect& devBounds,
70 ir = devBounds;
81 void SkConservativeClip::op(const SkRRect& rrect, const SkMatrix& ctm, const SkIRect& devBounds,
83 this->op(rrect.getBounds(), ctm, devBounds, op, doAA);
86 void SkConservativeClip::op(const SkPath& path, const SkMatrix& ctm, const SkIRect& devBounds,
93 ir = devBounds;
243 bool SkRasterClip::op(const SkRRect& rrect, const SkMatrix& matrix, const SkIRect& devBounds,
245 SkIRect bounds(devBounds);
254 bool SkRasterClip::op(const SkPath& path, const SkMatrix& matrix, const SkIRect& devBounds,
257 SkIRect bounds(devBounds);
362 bool SkRasterClip::op(const SkRect& localRect, const SkMatrix& matrix, const SkIRect& devBounds,
372 return this->op(path, matrix, devBounds, op, doAA);