HomeSort by relevance Sort by last modified time
    Searched refs:approximately_zero_or_more (Results 1 - 4 of 4) sorted by null

  /external/skia/src/pathops/
SkDCubicLineIntersection.cpp 380 if (!approximately_zero_or_more(*lineT)) {
SkPathOpsQuad.cpp 110 if (approximately_zero_or_more(tValue) && approximately_one_or_less(tValue)) {
SkPathOpsTypes.h 512 inline bool approximately_zero_or_more(double x) { function
SkPathOpsCubic.cpp 387 } else if (!approximately_zero_or_more(tValue) && between(-0.00005, tValue, 0)) {

Completed in 50 milliseconds