Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkEdge.cpp329 static inline int SkFDot6UpShift(SkFDot6 x, int upShift) { in SkFDot6UpShift() function
427 SkFixed B = SkFDot6UpShift(3 * (x1 - x0), upShift); in setCubicWithoutUpdate()
428 SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2), upShift); in setCubicWithoutUpdate()
429 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift); in setCubicWithoutUpdate()
436 B = SkFDot6UpShift(3 * (y1 - y0), upShift); in setCubicWithoutUpdate()
437 C = SkFDot6UpShift(3 * (y0 - y1 - y1 + y2), upShift); in setCubicWithoutUpdate()
438 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift); in setCubicWithoutUpdate()

Completed in 2 milliseconds