HomeSort by relevance Sort by last modified time
    Searched refs:cubic_delta_from_line (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/core/
SkEdge.cpp 302 static SkFDot6 cubic_delta_from_line(SkFDot6 a, SkFDot6 b, SkFDot6 c, SkFDot6 d) function
364 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3);
365 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3);
  /external/skia/src/core/
SkEdge.cpp 329 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 2081 milliseconds