Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsQuad.cpp80 if (approximately_zero_or_more(tValue) && approximately_one_or_less(tValue)) { in AddValidTs()
DSkPathOpsTypes.h398 inline bool approximately_zero_or_more(double x) { in approximately_zero_or_more() function
DSkDCubicLineIntersection.cpp362 if (!approximately_zero_or_more(*lineT)) { in pinTs()
DSkPathOpsCubic.cpp351 } else if (!approximately_zero_or_more(tValue) && between(-0.00005, tValue, 0)) { in RootsValidT()