Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsTestCommon.cpp93 while (inflections && approximately_greater_than_one(inflectT[inflections - 1])) { in toQuadraticTs()
/external/skia/src/pathops/
DSkPathOpsQuad.cpp113 } else if (approximately_greater_than_one(tValue)) { in AddValidTs()
DSkPathOpsTypes.h468 inline bool approximately_greater_than_one(double x) { in approximately_greater_than_one() function
DSkPathOpsTSect.h2355 if (!(zeroOneSet & kOneS1Set) && approximately_greater_than_one(tail1->fEndT)) { in BinarySearch()
2365 if (!(zeroOneSet & kOneS2Set) && approximately_greater_than_one(tail2->fEndT)) { in BinarySearch()