/external/chromium_org/third_party/skia/experimental/Intersection/ |
CubicLineSegments.h | 10 void hodograph(const Cubic& , Quadratic& hodo);
|
QuadraticLineSegments.h | 10 void hodograph(const Quadratic& , _Line& hodo);
|
QuadraticLineSegments.cpp | 10 // A hodograph is the first derivative curve 11 void hodograph(const Quadratic& quad, _Line& hodo) { function 18 // A 2nd hodograph is the second derivative curve 21 hodograph(quad, hodo);
|
CubicLineSegments.cpp | 11 // A hodograph is the first derivative curve 12 void hodograph(const Cubic& cubic, Quadratic& hodo) { function 21 // A 2nd hodograph is the second derivative curve 24 hodograph(cubic, hodo); 25 hodograph(hodo, hodo2);
|
/external/skia/experimental/Intersection/ |
CubicLineSegments.h | 10 void hodograph(const Cubic& , Quadratic& hodo);
|
QuadraticLineSegments.h | 10 void hodograph(const Quadratic& , _Line& hodo);
|
QuadraticLineSegments.cpp | 10 // A hodograph is the first derivative curve 11 void hodograph(const Quadratic& quad, _Line& hodo) { function 18 // A 2nd hodograph is the second derivative curve 21 hodograph(quad, hodo);
|
CubicLineSegments.cpp | 11 // A hodograph is the first derivative curve 12 void hodograph(const Cubic& cubic, Quadratic& hodo) { function 21 // A 2nd hodograph is the second derivative curve 24 hodograph(cubic, hodo); 25 hodograph(hodo, hodo2);
|