Home | History | Annotate | Download | only in core

Lines Matching refs:clipBounds

2407 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds,
2438 if (clipBounds && !SkIRect::Intersects(*clipBounds, *bounds)) {
2444 if (clipBounds && !clipBounds->contains(*bounds)) {
2446 (void)tmp.intersect(*clipBounds);
2484 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
2488 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds))