Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkEdge.cpp342 static SkFDot6 cubic_delta_from_line(SkFDot6 a, SkFDot6 b, SkFDot6 c, SkFDot6 d) in cubic_delta_from_line() function
400 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3); in setCubicWithoutUpdate()
401 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubicWithoutUpdate()

Completed in 1 milliseconds