Home
last modified time | relevance | path

Searched refs:convolve_gaussian (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/core/
DSkGpuBlurUtils.cpp165 static sk_sp<GrRenderTargetContext> convolve_gaussian(GrRecordingContext* context, in convolve_gaussian() function
545 dstRenderTargetContext = convolve_gaussian( in GaussianBlur()
571 dstRenderTargetContext = convolve_gaussian( in GaussianBlur()
/third_party/skia/src/core/
DSkGpuBlurUtils.cpp150 static std::unique_ptr<skgpu::v1::SurfaceDrawContext> convolve_gaussian( in convolve_gaussian() function
430 dstSDC = convolve_gaussian( in two_pass_gaussian()
446 return convolve_gaussian(rContext, std::move(srcView), srcColorType, srcAlphaType, srcBounds, in two_pass_gaussian()