Home
last modified time | relevance | path

Searched refs:CLOSE_ENOUGH (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicIntersection.cpp389 const double CLOSE_ENOUGH = 0.001; variable
392 if (i.fT[cubicIndex][0] != 0 || i.fT[cubicIndex][1] > CLOSE_ENOUGH) { in closeStart()
401 if (i.fT[cubicIndex][last] != 1 || i.fT[cubicIndex][last - 1] < 1 - CLOSE_ENOUGH) { in closeEnd()
/external/skia/experimental/Intersection/
DCubicIntersection.cpp389 const double CLOSE_ENOUGH = 0.001; variable
392 if (i.fT[cubicIndex][0] != 0 || i.fT[cubicIndex][1] > CLOSE_ENOUGH) { in closeStart()
401 if (i.fT[cubicIndex][last] != 1 || i.fT[cubicIndex][last - 1] < 1 - CLOSE_ENOUGH) { in closeEnd()
/external/skia/src/pathops/
DSkDCubicIntersection.cpp413 const double CLOSE_ENOUGH = 0.001; variable
416 if (i[cubicIndex][0] != 0 || i[cubicIndex][1] > CLOSE_ENOUGH) { in closeStart()
425 if (i[cubicIndex][last] != 1 || i[cubicIndex][last - 1] < 1 - CLOSE_ENOUGH) { in closeEnd()
/external/chromium_org/third_party/skia/src/pathops/
DSkDCubicIntersection.cpp413 const double CLOSE_ENOUGH = 0.001; variable
416 if (i[cubicIndex][0] != 0 || i[cubicIndex][1] > CLOSE_ENOUGH) { in closeStart()
425 if (i[cubicIndex][last] != 1 || i[cubicIndex][last - 1] < 1 - CLOSE_ENOUGH) { in closeEnd()