Searched refs:diff_to_shift (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkEdge.cpp | 164 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy, int shiftAA = 2) in diff_to_shift() function 227 shift = diff_to_shift(dx, dy, shift); in setQuadraticWithoutUpdate() 403 shift = diff_to_shift(dx, dy) + 1; in setCubicWithoutUpdate()
|
/external/skia/src/core/ |
D | SkEdge.cpp | 164 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy, int shiftAA = 2) in diff_to_shift() function 227 shift = diff_to_shift(dx, dy, shift); in setQuadraticWithoutUpdate() 403 shift = diff_to_shift(dx, dy) + 1; in setCubicWithoutUpdate()
|