Home
last modified time | relevance | path

Searched defs:interp_cubic_coords (Results 1 – 2 of 2) sorted by relevance

/external/skia/experimental/docs/
DinterpolatorFunctions.js5 function interp_cubic_coords(x1, x2, x3, x4, t) function
/external/skia/src/pathops/
DSkPathOpsCubic.cpp86 static void interp_cubic_coords(const double* src, double* dst, double t) { in interp_cubic_coords() function
652 static double interp_cubic_coords(const double* src, double t) { in interp_cubic_coords() function