Searched refs:approximately_greater_than_one (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticUtilities.cpp84 } else if (approximately_greater_than_one(tValue)) {
122 } else if (approximately_greater_than_one(ratio)) {
132 } else if (approximately_greater_than_one(ratio)) {
H A DQuadraticIntersection.cpp350 } else if (approximately_greater_than_one(start1) || approximately_greater_than_one(end1)) {
357 } else if (approximately_greater_than_one(start2) || approximately_greater_than_one(end2)) {
H A DCubicToQuadratics.cpp176 while (inflections && approximately_greater_than_one(inflectT[inflections - 1])) {
H A DDataTypes.h146 inline bool approximately_greater_than_one(double x) { function
H A DCubicIntersection.cpp348 || approximately_greater_than_one(foundT)) {
H A DQuadraticImplicit.cpp72 } else if (approximately_greater_than_one(t)) {
H A DSimplify.cpp1740 if (approximately_greater_than_one(newT)) {
1793 if (approximately_greater_than_one(span[more].fT)) {
2277 || approximately_greater_than_one(foundT)) {
2666 || (approximately_greater_than_one(startT) && step > 0)) {
3143 if (approximately_greater_than_one(t)) {
3144 return !approximately_greater_than_one(fTs[count - 2].fT);
/external/skia/experimental/Intersection/
H A DQuadraticUtilities.cpp84 } else if (approximately_greater_than_one(tValue)) {
122 } else if (approximately_greater_than_one(ratio)) {
132 } else if (approximately_greater_than_one(ratio)) {
H A DQuadraticIntersection.cpp350 } else if (approximately_greater_than_one(start1) || approximately_greater_than_one(end1)) {
357 } else if (approximately_greater_than_one(start2) || approximately_greater_than_one(end2)) {
H A DCubicToQuadratics.cpp176 while (inflections && approximately_greater_than_one(inflectT[inflections - 1])) {
H A DDataTypes.h146 inline bool approximately_greater_than_one(double x) { function
H A DCubicIntersection.cpp348 || approximately_greater_than_one(foundT)) {
H A DQuadraticImplicit.cpp72 } else if (approximately_greater_than_one(t)) {
H A DSimplify.cpp1740 if (approximately_greater_than_one(newT)) {
1793 if (approximately_greater_than_one(span[more].fT)) {
2277 || approximately_greater_than_one(foundT)) {
2666 || (approximately_greater_than_one(startT) && step > 0)) {
3143 if (approximately_greater_than_one(t)) {
3144 return !approximately_greater_than_one(fTs[count - 2].fT);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDCubicToQuads.cpp148 while (inflections && approximately_greater_than_one(inflectT[inflections - 1])) {
H A DSkPathOpsTypes.h231 inline bool approximately_greater_than_one(double x) { function
H A DSkDCubicIntersection.cpp369 || approximately_greater_than_one(foundT)) {
534 || (approximately_greater_than_one(fT[0][0])
535 && approximately_greater_than_one(fT[1][0])))) {
H A DSkPathOpsQuad.cpp76 } else if (approximately_greater_than_one(tValue)) {
H A DSkDQuadIntersection.cpp73 } else if (approximately_greater_than_one(t)) {
H A DSkOpSegment.cpp410 // && approximately_greater_than_one(span(endIndex).fT)
1818 || approximately_greater_than_one(foundT)) {
3014 || (approximately_greater_than_one(startT) && step > 0)) {
/external/skia/src/pathops/
H A DSkDCubicToQuads.cpp148 while (inflections && approximately_greater_than_one(inflectT[inflections - 1])) {
H A DSkPathOpsTypes.h231 inline bool approximately_greater_than_one(double x) { function
H A DSkDCubicIntersection.cpp369 || approximately_greater_than_one(foundT)) {
534 || (approximately_greater_than_one(fT[0][0])
535 && approximately_greater_than_one(fT[1][0])))) {
H A DSkPathOpsQuad.cpp76 } else if (approximately_greater_than_one(tValue)) {
H A DSkDQuadIntersection.cpp73 } else if (approximately_greater_than_one(t)) {

Completed in 433 milliseconds

12