Lines Matching refs:srcB
32 SkIRect srcB, in blur() argument
42 srcB, in blur()
57 SkIRect srcB, in slow_blur() argument
84 src = tileInto(std::move(src), srcB, size, outset - dstB.topLeft(), mode); in slow_blur()
381 SkIRect srcB) { in do_very_large_blur_gm() argument
396 auto dstB = srcB.makeOutset(30, 30); in do_very_large_blur_gm()
406 GrSurfaceProxyView result = b(rContext, src, dstB, srcB, sigX, sigY, tm); in do_very_large_blur_gm()
440 auto srcB = SkIRect::MakeSize(src.dimensions()); variable
441 return do_very_large_blur_gm(rContext, canvas, errorMsg, std::move(src), srcB);
449 auto srcB = SkIRect::MakeXYWH(2, 2, 15, 15); variable
450 SkISize imageSize = SkISize{srcB.width() + 4, srcB.height() + 4};
451 auto src = make_src_image(rContext, imageSize, &srcB);
452 return do_very_large_blur_gm(rContext, canvas, errorMsg, std::move(src), srcB);
460 auto srcB = SkIRect::MakeXYWH(3, 3, 15, 15); variable
461 SkISize imageSize = SkISize{srcB.width() + 4, srcB.height() + 4};
462 auto src = make_src_image(rContext, imageSize, &srcB);
463 return do_very_large_blur_gm(rContext, canvas, errorMsg, std::move(src), srcB.makeOutset(1, 1));