Home
last modified time | relevance | path

Searched refs:firstCubicRoot (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
DQuarticRoot.h4 int quarticRootsReal(int firstCubicRoot, const double A, const double B, const double C,
DQuarticRoot.cpp118 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()
DQuadraticImplicit.cpp28 bool oneHint, int firstCubicRoot) { in findRoots() argument
59 return quarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots); in findRoots()
/external/skia/experimental/Intersection/
DQuarticRoot.h4 int quarticRootsReal(int firstCubicRoot, const double A, const double B, const double C,
DQuarticRoot.cpp118 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()
DQuadraticImplicit.cpp28 bool oneHint, int firstCubicRoot) { in findRoots() argument
59 return quarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots); in findRoots()
/external/skia/src/pathops/
DSkQuarticRoot.h13 int SkQuarticRootsReal(int firstCubicRoot, const double A, const double B, const double C,
DSkQuarticRoot.cpp90 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()
DSkDQuadIntersection.cpp22 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/
DSkQuarticRoot.h13 int SkQuarticRootsReal(int firstCubicRoot, const double A, const double B, const double C,
DSkQuarticRoot.cpp90 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()
DSkDQuadIntersection.cpp22 bool oneHint, bool flip, int firstCubicRoot) { in findRoots() argument
53 rootCount = SkQuarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots); in findRoots()