Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DPathOpsOpLoopThreadedTest.cpp47 SkPoint midA = { SkIntToScalar(a * state.fA + c * (6 - state.fA)) / 6, in testOpLoopsMain() local
51 SkPoint endC = { midA.fX + v.fY * state.fC / 3, in testOpLoopsMain()
52 midA.fY + v.fX * state.fC / 3 }; in testOpLoopsMain()
/third_party/skia/tests/
DPathOpsOpLoopThreadedTest.cpp44 SkPoint midA = { SkIntToScalar(a * state.fA + c * (6 - state.fA)) / 6, in testOpLoopsMain() local
48 SkPoint endC = { midA.fX + v.fY * state.fC / 3, in testOpLoopsMain()
49 midA.fY + v.fX * state.fC / 3 }; in testOpLoopsMain()
/third_party/skia/src/core/
DSkGpuBlurUtils.cpp213 int midA = std::max(srcBounds.top() , dstBounds.top() ); in convolve_gaussian() local
215 mid = {srcBounds.left() + radius, midA, srcBounds.right() - radius, midB}; in convolve_gaussian()
230 int midA = std::max(srcBounds.left() , dstBounds.left() ); in convolve_gaussian() local
232 mid = {midA, srcBounds.top() + radius, midB, srcBounds.bottom() - radius}; in convolve_gaussian()