Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkEdge.cpp416 int downShift = shift + upShift - 10; in setCubicWithoutUpdate() local
417 if (downShift < 0) { in setCubicWithoutUpdate()
418 downShift = 0; in setCubicWithoutUpdate()
425 fCubicDShift = SkToU8(downShift); in setCubicWithoutUpdate()

Completed in 2 milliseconds