Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkGpuBlurUtils.cpp74 static void convolve_gaussian_1d(GrRenderTargetContext* renderTargetContext, in convolve_gaussian_1d() function
208 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, dstRect, netOffset, in convolve_gaussian()
263 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, dstRect, netOffset, in convolve_gaussian()
267 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, leftRect, netOffset, in convolve_gaussian()
269 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, rightRect, netOffset, in convolve_gaussian()
271 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, midRect, netOffset, in convolve_gaussian()
/third_party/skia/src/core/
DSkGpuBlurUtils.cpp68 static void convolve_gaussian_1d(skgpu::SurfaceFillContext* sfc, in convolve_gaussian_1d() function
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()