Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkGpuBlurUtils.cpp108 static sk_sp<GrRenderTargetContext> convolve_gaussian_2d(GrRecordingContext* context, in convolve_gaussian_2d() function
517 return convolve_gaussian_2d(context, std::move(srcProxy), localSrcBounds, srcOffset, in GaussianBlur()
/third_party/skia/src/core/
DSkGpuBlurUtils.cpp98 static std::unique_ptr<skgpu::v1::SurfaceDrawContext> convolve_gaussian_2d( in convolve_gaussian_2d() function
559 return convolve_gaussian_2d(rContext, std::move(srcView), srcColorType, srcBounds, in GaussianBlur()