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.cpp110 if (approximately_zero_or_more(tValue) && approximately_one_or_less(tValue)) { in AddValidTs()
DSkPathOpsTypes.h512 inline bool approximately_zero_or_more(double x) { in approximately_zero_or_more() function
DSkDCubicLineIntersection.cpp380 if (!approximately_zero_or_more(*lineT)) { in pinTs()
DSkPathOpsCubic.cpp387 } else if (!approximately_zero_or_more(tValue) && between(-0.00005, tValue, 0)) { in RootsValidT()