Home
last modified time | relevance | path

Searched refs:approximately_zero_when_compared_to (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
DSkQuarticRoot.cpp48 if (approximately_zero_when_compared_to(t4, t0) // 0 is one root in SkReducedQuarticRoots()
49 && approximately_zero_when_compared_to(t4, t1) in SkReducedQuarticRoots()
50 && approximately_zero_when_compared_to(t4, t2)) { in SkReducedQuarticRoots()
51 if (approximately_zero_when_compared_to(t3, t0) in SkReducedQuarticRoots()
52 && approximately_zero_when_compared_to(t3, t1) in SkReducedQuarticRoots()
53 && approximately_zero_when_compared_to(t3, t2)) { in SkReducedQuarticRoots()
56 if (approximately_zero_when_compared_to(t4, t3)) { in SkReducedQuarticRoots()
60 if ((approximately_zero_when_compared_to(t0, t1) || approximately_zero(t1)) // 0 is one root in SkReducedQuarticRoots()
62 && approximately_zero_when_compared_to(t0, t3) in SkReducedQuarticRoots()
63 && approximately_zero_when_compared_to(t0, t4)) { in SkReducedQuarticRoots()
DSkPathOpsCubic.cpp138 && approximately_zero_when_compared_to(A, B) in RootsReal()
139 && approximately_zero_when_compared_to(A, C) in RootsReal()
140 && approximately_zero_when_compared_to(A, D)) { // we're just a quadratic in RootsReal()
143 if (approximately_zero_when_compared_to(D, A) in RootsReal()
144 && approximately_zero_when_compared_to(D, B) in RootsReal()
145 && approximately_zero_when_compared_to(D, C)) { // 0 is one root in RootsReal()
DSkPathOpsTypes.h141 inline bool approximately_zero_when_compared_to(double x, double y) { in approximately_zero_when_compared_to() function
/external/skia/src/pathops/
DSkQuarticRoot.cpp48 if (approximately_zero_when_compared_to(t4, t0) // 0 is one root in SkReducedQuarticRoots()
49 && approximately_zero_when_compared_to(t4, t1) in SkReducedQuarticRoots()
50 && approximately_zero_when_compared_to(t4, t2)) { in SkReducedQuarticRoots()
51 if (approximately_zero_when_compared_to(t3, t0) in SkReducedQuarticRoots()
52 && approximately_zero_when_compared_to(t3, t1) in SkReducedQuarticRoots()
53 && approximately_zero_when_compared_to(t3, t2)) { in SkReducedQuarticRoots()
56 if (approximately_zero_when_compared_to(t4, t3)) { in SkReducedQuarticRoots()
60 if ((approximately_zero_when_compared_to(t0, t1) || approximately_zero(t1)) // 0 is one root in SkReducedQuarticRoots()
62 && approximately_zero_when_compared_to(t0, t3) in SkReducedQuarticRoots()
63 && approximately_zero_when_compared_to(t0, t4)) { in SkReducedQuarticRoots()
DSkPathOpsCubic.cpp138 && approximately_zero_when_compared_to(A, B) in RootsReal()
139 && approximately_zero_when_compared_to(A, C) in RootsReal()
140 && approximately_zero_when_compared_to(A, D)) { // we're just a quadratic in RootsReal()
143 if (approximately_zero_when_compared_to(D, A) in RootsReal()
144 && approximately_zero_when_compared_to(D, B) in RootsReal()
145 && approximately_zero_when_compared_to(D, C)) { // 0 is one root in RootsReal()
DSkPathOpsTypes.h141 inline bool approximately_zero_when_compared_to(double x, double y) { in approximately_zero_when_compared_to() function