HomeSort by relevance Sort by last modified time
    Searched refs:derivativeAtT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticUtilities.cpp 210 static double derivativeAtT(const double* quad, double t) {
218 return derivativeAtT(&quad[0].x, t);
222 return derivativeAtT(&quad[0].y, t);
CubicUtilities.cpp 282 static double derivativeAtT(const double* cubic, double t) {
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 384 milliseconds