Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGpuBlurUtils.cpp139 SkIRect topRect, bottomRect; in convolve_gaussian() local
143 topRect = SkIRect::MakeLTRB(0, 0, dstRect.right(), midRect.top()); in convolve_gaussian()
154 topRect = SkIRect::MakeLTRB(0, 0, midRect.left(), dstRect.bottom()); in convolve_gaussian()
163 if (!topRect.isEmpty()) { in convolve_gaussian()
164 renderTargetContext->clear(&topRect, 0, false); in convolve_gaussian()