Searched refs:derivative_at_t (Results 1 – 1 of 1) sorted by relevance
462 static double derivative_at_t(const double* src, double t) { in derivative_at_t() function473 SkDVector result = { derivative_at_t(&fPts[0].fX, t), derivative_at_t(&fPts[0].fY, t) }; in dxdyAtT()