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

/external/skia/src/core/
H A DSkGpuBlurUtils.cpp140 SkIRect topRect, bottomRect; local
145 bottomRect = SkIRect::MakeLTRB(0, midRect.bottom(), dstRect.right(), dstRect.bottom());
156 bottomRect = SkIRect::MakeLTRB(midRect.right(), 0, dstRect.right(), dstRect.bottom());
168 if (!bottomRect.isEmpty()) {
169 renderTargetContext->clear(&bottomRect, 0, GrRenderTargetContext::CanClearFullscreen::kNo);
/external/skqp/src/core/
H A DSkGpuBlurUtils.cpp140 SkIRect topRect, bottomRect; local
145 bottomRect = SkIRect::MakeLTRB(0, midRect.bottom(), dstRect.right(), dstRect.bottom());
156 bottomRect = SkIRect::MakeLTRB(midRect.right(), 0, dstRect.right(), dstRect.bottom());
168 if (!bottomRect.isEmpty()) {
169 renderTargetContext->clear(&bottomRect, 0, GrRenderTargetContext::CanClearFullscreen::kNo);

Completed in 98 milliseconds