Searched refs:convolve_gaussian_1d (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkGpuBlurUtils.cpp | 73 static void convolve_gaussian_1d(GrRenderTargetContext* renderTargetContext, in convolve_gaussian_1d() function 192 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, dstRect, srcOffset, in convolve_gaussian() 246 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, dstRect, srcOffset, in convolve_gaussian() 250 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, leftRect, srcOffset, in convolve_gaussian() 252 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, rightRect, srcOffset, in convolve_gaussian() 254 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, midRect, srcOffset, in convolve_gaussian()
|
/external/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 63 static void convolve_gaussian_1d(GrSurfaceFillContext* sfc, in convolve_gaussian_1d() function 184 convolve_gaussian_1d(dstRenderTargetContext.get(), std::move(srcView), srcBounds, in convolve_gaussian() 238 convolve_gaussian_1d(dstRenderTargetContext.get(), srcView, srcBounds, rtcToSrcOffset, rect, in convolve_gaussian()
|