Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTypes.h484 inline bool approximately_negative(double x) { in approximately_negative() function
527 return a <= c ? approximately_negative(a - b) && approximately_negative(b - c) in approximately_between()
528 : approximately_negative(b - a) && approximately_negative(c - b); in approximately_between()