• Home
  • Raw
  • Download

Lines Matching refs:srcView

69                                  GrSurfaceProxyView srcView,  in convolve_gaussian_1d()  argument
86 GrGaussianConvolutionFragmentProcessor::Make(std::move(srcView), in convolve_gaussian_1d()
100 GrSurfaceProxyView srcView, in convolve_gaussian_2d() argument
118 1, GrMipmapped::kNo, srcView.proxy()->isProtected(), srcView.origin()); in convolve_gaussian_2d()
134 auto conv = GrMatrixConvolutionEffect::Make(rContext, std::move(srcView), srcBounds, in convolve_gaussian_2d()
152 GrSurfaceProxyView srcView, in convolve_gaussian() argument
173 GrMipmapped::kNo, srcView.proxy()->isProtected(), srcView.origin()); in convolve_gaussian()
180 auto srcBackingBounds = SkIRect::MakeSize(srcView.proxy()->backingStoreDimensions()); in convolve_gaussian()
191 convolve_gaussian_1d(dstSDC.get(), std::move(srcView), srcBounds, in convolve_gaussian()
245 convolve_gaussian_1d(dstSDC.get(), srcView, srcBounds, rtcToSrcOffset, rect, in convolve_gaussian()
310 GrSurfaceProxyView srcView = src->readSurfaceView(); in reexpand() local
311 if (!srcView.asTextureProxy()) { in reexpand()
324 GrMipmapped::kNo, srcView.proxy()->isProtected(), srcView.origin()); in reexpand()
330 auto fp = GrTextureEffect::MakeSubset(std::move(srcView), srcAlphaType, SkMatrix::I(), in reexpand()
344 GrSurfaceProxyView srcView, in two_pass_gaussian() argument
431 rContext, std::move(srcView), srcColorType, srcAlphaType, srcBounds, xPassDstBounds, in two_pass_gaussian()
436 srcView = dstSDC->readSurfaceView(); in two_pass_gaussian()
446 return convolve_gaussian(rContext, std::move(srcView), srcColorType, srcAlphaType, srcBounds, in two_pass_gaussian()
455 GrSurfaceProxyView srcView, in GaussianBlur() argument
468 if (!srcView.asTextureProxy()) { in GaussianBlur()
532 srcView.proxy()->isProtected(), in GaussianBlur()
533 srcView.origin()); in GaussianBlur()
538 auto fp = GrTextureEffect::MakeSubset(std::move(srcView), in GaussianBlur()
559 return convolve_gaussian_2d(rContext, std::move(srcView), srcColorType, srcBounds, in GaussianBlur()
565 return two_pass_gaussian(rContext, std::move(srcView), srcColorType, srcAlphaType, in GaussianBlur()
571 auto srcCtx = rContext->priv().makeSC(srcView, colorInfo); in GaussianBlur()
690 srcView = rescaledSDC->readSurfaceView(); in GaussianBlur()
708 SkIRect scaledSrcBounds = SkIRect::MakeSize(srcView.dimensions()); in GaussianBlur()
710 std::move(srcView), in GaussianBlur()