Home | History | Annotate | Download | only in pdf

Lines Matching defs:clipBounds

413         SkRect clipBounds = SkRect::Make(clipRegion.getBounds());
414 clipBounds.outset(SK_Scalar1, SK_Scalar1);
415 if (!calculate_inverse_path(clipBounds, *outClipPath, outClipPath)) {