Home
last modified time | relevance | path

Searched refs:dstSDC (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkGpuBlurUtils.cpp171 auto dstSDC = skgpu::v1::SurfaceDrawContext::Make( in convolve_gaussian() local
174 if (!dstSDC) { in convolve_gaussian()
191 convolve_gaussian_1d(dstSDC.get(), std::move(srcView), srcBounds, in convolve_gaussian()
193 return dstSDC; in convolve_gaussian()
245 convolve_gaussian_1d(dstSDC.get(), srcView, srcBounds, rtcToSrcOffset, rect, in convolve_gaussian()
251 dstSDC->clearAtLeast(rect, SK_PMColor4fTRANSPARENT); in convolve_gaussian()
298 return dstSDC; in convolve_gaussian()
322 auto dstSDC = skgpu::v1::SurfaceDrawContext::Make( in reexpand() local
325 if (!dstSDC) { in reexpand()
336 dstSDC in reexpand()
357 std::unique_ptr<skgpu::v1::SurfaceDrawContext> dstSDC; two_pass_gaussian() local
[all...]

Completed in 2 milliseconds