Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGpuBlurUtils.cpp173 sk_sp<GrRenderTargetContext> dstRenderTargetContext; in convolve_gaussian() local
174 dstRenderTargetContext = context->contextPriv().makeDeferredRenderTargetContext( in convolve_gaussian()
182 if (!dstRenderTargetContext) { in convolve_gaussian()
192 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, dstRect, srcOffset, in convolve_gaussian()
195 return dstRenderTargetContext; in convolve_gaussian()
235 dstRenderTargetContext->clear(&topRect, SK_PMColor4fTRANSPARENT, in convolve_gaussian()
240 dstRenderTargetContext->clear(&bottomRect, SK_PMColor4fTRANSPARENT, 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()
[all …]
/external/skia/src/core/
DSkGpuBlurUtils.cpp164 auto dstRenderTargetContext = GrSurfaceDrawContext::Make( in convolve_gaussian() local
167 if (!dstRenderTargetContext) { in convolve_gaussian()
184 convolve_gaussian_1d(dstRenderTargetContext.get(), std::move(srcView), srcBounds, in convolve_gaussian()
186 return dstRenderTargetContext; in convolve_gaussian()
238 convolve_gaussian_1d(dstRenderTargetContext.get(), srcView, srcBounds, rtcToSrcOffset, rect, in convolve_gaussian()
244 dstRenderTargetContext->clearAtLeast(rect, SK_PMColor4fTRANSPARENT); in convolve_gaussian()
291 return dstRenderTargetContext; in convolve_gaussian()
315 auto dstRenderTargetContext = GrSurfaceDrawContext::Make( in reexpand() local
318 if (!dstRenderTargetContext) { in reexpand()
329 dstRenderTargetContext->fillRectToRect(nullptr, std::move(paint), GrAA::kNo, SkMatrix::I(), in reexpand()
[all …]