Home
last modified time | relevance | path

Searched defs:midB (Results 1 – 3 of 3) sorted by relevance

/external/skqp/tests/
DPathOpsOpLoopThreadedTest.cpp49 SkPoint midB = { SkIntToScalar(a * state.fB + c * (6 - state.fB)) / 6, in testOpLoopsMain() local
/external/skia/tests/
DPathOpsOpLoopThreadedTest.cpp46 SkPoint midB = { SkIntToScalar(a * state.fB + c * (6 - state.fB)) / 6, in testOpLoopsMain() local
/external/skia/src/core/
DSkGpuBlurUtils.cpp207 int midB = std::min(srcBounds.bottom(), dstBounds.bottom()); in convolve_gaussian() local
224 int midB = std::min(srcBounds.right(), dstBounds.right()); in convolve_gaussian() local