Home | History | Annotate | Download | only in core

Lines Matching refs:clipBounds

2692 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds,
2722 if (clipBounds) {
2723 SkIRect tmp = *clipBounds;
2766 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
2771 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds))