Searched refs:approximately_positive (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticUtilities.cpp110 if (!approximately_positive(square)) {
H A DDataTypes.h174 inline bool approximately_positive(double x) { function
H A DQuadraticImplicit.cpp175 if (approximately_negative(t - t2s) || approximately_positive(t - t2e)) {
H A DSimplify.cpp1847 while (approximately_positive(other.fTs[--oIndex].fT - oEndT))
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTypes.h267 inline bool approximately_positive(double x) { function
H A DSkDQuadIntersection.cpp169 if (approximately_negative(t - t2s) || approximately_positive(t - t2e)) {
/external/skia/experimental/Intersection/
H A DQuadraticUtilities.cpp110 if (!approximately_positive(square)) {
H A DDataTypes.h174 inline bool approximately_positive(double x) { function
H A DQuadraticImplicit.cpp175 if (approximately_negative(t - t2s) || approximately_positive(t - t2e)) {
H A DSimplify.cpp1847 while (approximately_positive(other.fTs[--oIndex].fT - oEndT))
/external/skia/src/pathops/
H A DSkPathOpsTypes.h267 inline bool approximately_positive(double x) { function
H A DSkDQuadIntersection.cpp169 if (approximately_negative(t - t2s) || approximately_positive(t - t2e)) {

Completed in 864 milliseconds