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

/external/chromium_org/third_party/skia/src/core/
H A DSkEdge.cpp329 static SkFDot6 cubic_delta_from_line(SkFDot6 a, SkFDot6 b, SkFDot6 c, SkFDot6 d) function
391 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3);
392 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3);
/external/skia/src/core/
H A DSkEdge.cpp329 static SkFDot6 cubic_delta_from_line(SkFDot6 a, SkFDot6 b, SkFDot6 c, SkFDot6 d) function
391 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3);
392 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3);

Completed in 751 milliseconds