Home | History | Annotate | Download | only in core

Lines Matching refs:clipBounds

2542 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds,
2572 if (clipBounds) {
2573 SkIRect tmp = *clipBounds;
2614 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
2618 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds))