Searched defs:derivativeAtT (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticUtilities.cpp210 static double derivativeAtT(const double* quad, double t) { function
218 return derivativeAtT(&quad[0].x, t);
222 return derivativeAtT(&quad[0].y, t);
H A DCubicUtilities.cpp282 static double derivativeAtT(const double* cubic, double t) { function
292 return derivativeAtT(&cubic[0].x, t);
296 return derivativeAtT(&cubic[0].y, t);
301 _Vector result = { derivativeAtT(&cubic[0].x, t), derivativeAtT(&cubic[0].y, t) };
/external/skia/experimental/Intersection/
H A DQuadraticUtilities.cpp210 static double derivativeAtT(const double* quad, double t) { function
218 return derivativeAtT(&quad[0].x, t);
222 return derivativeAtT(&quad[0].y, t);
H A DCubicUtilities.cpp282 static double derivativeAtT(const double* cubic, double t) { function
292 return derivativeAtT(&cubic[0].x, t);
296 return derivativeAtT(&cubic[0].y, t);
301 _Vector result = { derivativeAtT(&cubic[0].x, t), derivativeAtT(&cubic[0].y, t) };

Completed in 121 milliseconds