Home
last modified time | relevance | path

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

/third_party/skia/src/core/
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->fillRectToRect(nullptr, std::move(paint), GrAA::kNo, SkMatrix::I(), in reexpand()
[all …]