Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkGpuBlurUtils.cpp742 const SkRect& devOrig = devRRect.getBounds(); in ComputeBlurredRRectParams() local
754 if (devOrig.fLeft + devLeft + devBlurRadius >= devOrig.fRight - devRight - devBlurRadius || in ComputeBlurredRRectParams()
755 devOrig.fTop + devTop + devBlurRadius >= devOrig.fBottom - devBot - devBlurRadius) { in ComputeBlurredRRectParams()

Completed in 2 milliseconds