Lines Matching refs:srcView
774 GrSurfaceProxyView srcView = sdc->readSurfaceView(); in fillin_view_on_gpu() local
775 SkASSERT(srcView.asTextureProxy()); in fillin_view_on_gpu()
777 std::move(srcView), in fillin_view_on_gpu()
1230 GrSurfaceProxyView srcView, in filter_mask() argument
1247 auto srcBounds = SkIRect::MakeSize(srcView.proxy()->dimensions()); in filter_mask()
1249 srcView, in filter_mask()
1265 paint.setCoverageFragmentProcessor(GrTextureEffect::Make(std::move(srcView), srcAlphaType)); in filter_mask()
1589 GrSurfaceProxyView srcView, in make_texture_effect() argument
1598 return GrTextureEffect::MakeSubset(std::move(srcView), in make_texture_effect()
1611 return GrTextureEffect::MakeSubset(std::move(srcView), in make_texture_effect()
1628 GrSurfaceProxyView srcView, in convolve_gaussian_1d() argument
1649 std::move(srcView), in convolve_gaussian_1d()
1669 GrSurfaceProxyView srcView, in convolve_gaussian_2d() argument
1695 srcView.proxy()->isProtected(), in convolve_gaussian_2d()
1696 srcView.origin()); in convolve_gaussian_2d()
1711 std::move(srcView), in convolve_gaussian_2d()
1744 GrSurfaceProxyView srcView, in convolve_gaussian() argument
1772 srcView.proxy()->isProtected(), in convolve_gaussian()
1773 srcView.origin()); in convolve_gaussian()
1780 auto srcBackingBounds = SkIRect::MakeSize(srcView.proxy()->backingStoreDimensions()); in convolve_gaussian()
1792 std::move(srcView), in convolve_gaussian()
1854 srcView, in convolve_gaussian()
1926 GrSurfaceProxyView srcView = src->readSurfaceView(); in reexpand() local
1927 if (!srcView.asTextureProxy()) { in reexpand()
1953 srcView.proxy()->isProtected(), in reexpand()
1954 srcView.origin()); in reexpand()
1960 auto fp = GrTextureEffect::MakeSubset(std::move(srcView), in reexpand()
1982 GrSurfaceProxyView srcView, in two_pass_gaussian() argument
2069 std::move(srcView), in two_pass_gaussian()
2083 srcView = dstSDC->readSurfaceView(); in two_pass_gaussian()
2094 std::move(srcView), in two_pass_gaussian()
2108 GrSurfaceProxyView srcView, in GaussianBlur() argument
2121 if (!srcView.asTextureProxy()) { in GaussianBlur()
2187 srcView.proxy()->isProtected(), in GaussianBlur()
2188 srcView.origin()); in GaussianBlur()
2193 auto fp = GrTextureEffect::MakeSubset(std::move(srcView), in GaussianBlur()
2217 std::move(srcView), in GaussianBlur()
2234 std::move(srcView), in GaussianBlur()
2249 auto srcCtx = rContext->priv().makeSC(srcView, colorInfo); in GaussianBlur()
2374 srcView = rescaledSDC->readSurfaceView(); in GaussianBlur()
2401 SkIRect scaledSrcBounds = SkIRect::MakeSize(srcView.dimensions()); in GaussianBlur()
2403 std::move(srcView), in GaussianBlur()