Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsTestCommon.cpp79 while (inflections && approximately_less_than_zero(inflectT[0])) { in toQuadraticTs()
/external/skia/src/pathops/
DSkPathOpsQuad.cpp81 if (approximately_less_than_zero(tValue)) { in AddValidTs()
DSkPathOpsTypes.h393 inline bool approximately_less_than_zero(double x) { in approximately_less_than_zero() function
DSkPathOpsTSect.h2160 if (!(zeroOneSet & kZeroS1Set) && approximately_less_than_zero(head1->fStartT)) { in BinarySearch()
2170 if (!(zeroOneSet & kZeroS2Set) && approximately_less_than_zero(head2->fStartT)) { in BinarySearch()