Searched refs:approximately_negative_orderable (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsTypes.h374 inline bool approximately_negative_orderable(double x) { function
408 ? approximately_negative_orderable(a - b) && approximately_negative_orderable(b - c)
409 : approximately_negative_orderable(b - a) && approximately_negative_orderable(c - b);

Completed in 106 milliseconds