Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGpuBlurUtils.cpp379 sk_sp<GrRenderTargetContext> srcRenderTargetContext, in reexpand() argument
385 const SkIRect srcRect = SkIRect::MakeWH(srcRenderTargetContext->width(), in reexpand()
386 srcRenderTargetContext->height()); in reexpand()
392 srcRenderTargetContext->priv().absClear(&clearRect, SK_PMColor4fTRANSPARENT); in reexpand()
394 srcRenderTargetContext->priv().absClear(&clearRect, SK_PMColor4fTRANSPARENT); in reexpand()
396 sk_sp<GrTextureProxy> srcProxy = srcRenderTargetContext->asTextureProxyRef(); in reexpand()
401 srcRenderTargetContext = nullptr; // no longer needed in reexpand()
/external/skqp/src/core/
DSkGpuBlurUtils.cpp377 sk_sp<GrRenderTargetContext> srcRenderTargetContext, in reexpand() argument
383 const SkIRect srcRect = SkIRect::MakeWH(srcRenderTargetContext->width(), in reexpand()
384 srcRenderTargetContext->height()); in reexpand()
390 srcRenderTargetContext->priv().absClear(&clearRect, SK_PMColor4fTRANSPARENT); in reexpand()
392 srcRenderTargetContext->priv().absClear(&clearRect, SK_PMColor4fTRANSPARENT); in reexpand()
394 sk_sp<GrTextureProxy> srcProxy = srcRenderTargetContext->asTextureProxyRef(); in reexpand()
399 srcRenderTargetContext = nullptr; // no longer needed in reexpand()