Lines Matching refs:srcB
22 SkIRect srcB, in blur() argument
32 srcB, in blur()
47 SkIRect srcB, in slow_blur() argument
74 src = tileInto(std::move(src), srcB, size, outset - dstB.topLeft(), mode); in slow_blur()
353 SkIRect srcB) { in do_very_large_blur_gm() argument
362 auto dstB = srcB.makeOutset(30, 30); in do_very_large_blur_gm()
372 GrSurfaceProxyView result = b(rContext, src, dstB, srcB, sigX, sigY, tm); in do_very_large_blur_gm()
405 auto srcB = SkIRect::MakeSize(src.dimensions()); variable
406 do_very_large_blur_gm(sdc, ctx, std::move(src), srcB);
410 auto srcB = SkIRect::MakeXYWH(2, 2, 15, 15); variable
411 SkISize imageSize = SkISize{srcB.width() + 4, srcB.height() + 4};
412 auto src = make_src_image(ctx, imageSize, &srcB);
413 do_very_large_blur_gm(sdc, ctx, std::move(src), srcB);
421 auto srcB = SkIRect::MakeXYWH(3, 3, 15, 15); variable
422 SkISize imageSize = SkISize{srcB.width() + 4, srcB.height() + 4};
423 auto src = make_src_image(ctx, imageSize, &srcB);
424 do_very_large_blur_gm(sdc, ctx, std::move(src), srcB.makeOutset(1, 1));