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

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuarticRoot.h 2 const double t0, const bool oneHint, double s[4]);
QuarticRoot.cpp 34 const double t0, const bool oneHint, double roots[4]) {
104 if (oneHint) {
QuarticRoot_Test.cpp 131 bool oneHint = approximately_zero(A + b + c + d + e);
132 int rootCount = reducedQuarticRoots(A, b, c, d, e, oneHint, roots);
QuadraticImplicit.cpp 28 bool oneHint, int firstCubicRoot) {
55 int rootCount = reducedQuarticRoots(t4, t3, t2, t1, t0, oneHint, roots);
  /external/chromium_org/third_party/skia/src/pathops/
SkQuarticRoot.h 11 const double t0, const bool oneHint, double s[4]);
SkQuarticRoot.cpp 33 const double t0, const bool oneHint, double roots[4]) {
73 if (oneHint) {
SkDQuadIntersection.cpp 22 bool oneHint, bool flip, int firstCubicRoot) {
51 int rootCount = SkReducedQuarticRoots(t4, t3, t2, t1, t0, oneHint, roots);

Completed in 231 milliseconds