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