Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGpuBlurUtils.cpp383 int bottomClip = srcBounds.bottom() + n*srcH; in two_pass_gaussian() local
386 xPassDstBounds.fBottom = std::min(xPassDstBounds.bottom(), bottomClip); in two_pass_gaussian()