Searched refs:derivative_at_t (Results 1 – 1 of 1) sorted by relevance
236 static double derivative_at_t(const double* src, double t) { in derivative_at_t() function313 SkDVector dPt = { derivative_at_t(&cubic.fPts[0].fX, testT), in ComplexBreak()314 derivative_at_t(&cubic.fPts[0].fY, testT) }; in ComplexBreak()507 SkDVector result = { derivative_at_t(&fPts[0].fX, t), derivative_at_t(&fPts[0].fY, t) }; in dxdyAtT()