Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(782)

Side by Side Diff: experimental/Intersection/QuarticRoot.h

Issue 867213004: remove prototype pathops code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 int reducedQuarticRoots(const double t4, const double t3, const double t2, const double t1,
2 const double t0, const bool oneHint, double s[4]);
3
4 int quarticRootsReal(int firstCubicRoot, const double A, const double B, const d ouble C,
5 const double D, const double E, double s[4]);
OLDNEW
« no previous file with comments | « experimental/Intersection/QuadraticUtilities.cpp ('k') | experimental/Intersection/QuarticRoot.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698