Home | History | Annotate | Download | only in core

Lines Matching refs:clipBounds

2345 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds,
2376 if (clipBounds && !SkIRect::Intersects(*clipBounds, *bounds)) {
2382 if (clipBounds && !clipBounds->contains(*bounds)) {
2384 (void)tmp.intersect(*clipBounds);
2422 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
2426 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds))