/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | QuarticRoot.h | 4 int quarticRootsReal(int firstCubicRoot, const double A, const double B, const double C,
|
D | QuarticRoot.cpp | 118 int quarticRootsReal(int firstCubicRoot, const double A, const double B, const double C, in quarticRootsReal() argument 188 for (index = firstCubicRoot; index < roots; ++index) { in quarticRootsReal()
|
D | QuadraticImplicit.cpp | 28 bool oneHint, int firstCubicRoot) { in findRoots() argument 59 return quarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots); in findRoots()
|
/external/skia/experimental/Intersection/ |
D | QuarticRoot.h | 4 int quarticRootsReal(int firstCubicRoot, const double A, const double B, const double C,
|
D | QuarticRoot.cpp | 118 int quarticRootsReal(int firstCubicRoot, const double A, const double B, const double C, in quarticRootsReal() argument 188 for (index = firstCubicRoot; index < roots; ++index) { in quarticRootsReal()
|
D | QuadraticImplicit.cpp | 28 bool oneHint, int firstCubicRoot) { in findRoots() argument 59 return quarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots); in findRoots()
|
/external/skia/src/pathops/ |
D | SkQuarticRoot.h | 13 int SkQuarticRootsReal(int firstCubicRoot, const double A, const double B, const double C,
|
D | SkQuarticRoot.cpp | 90 int SkQuarticRootsReal(int firstCubicRoot, const double A, const double B, const double C, in SkQuarticRootsReal() argument 120 for (index = firstCubicRoot; index < roots; ++index) { in SkQuarticRootsReal()
|
D | SkDQuadIntersection.cpp | 22 bool oneHint, bool flip, int firstCubicRoot) { in findRoots() argument 53 rootCount = SkQuarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots); in findRoots()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkQuarticRoot.h | 13 int SkQuarticRootsReal(int firstCubicRoot, const double A, const double B, const double C,
|
D | SkQuarticRoot.cpp | 90 int SkQuarticRootsReal(int firstCubicRoot, const double A, const double B, const double C, in SkQuarticRootsReal() argument 120 for (index = firstCubicRoot; index < roots; ++index) { in SkQuarticRootsReal()
|
D | SkDQuadIntersection.cpp | 22 bool oneHint, bool flip, int firstCubicRoot) { in findRoots() argument 53 rootCount = SkQuarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots); in findRoots()
|