Home
last modified time | relevance | path

Searched refs:diff_to_shift (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkEdge.cpp164 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/
DSkEdge.cpp164 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()