Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTypes.h405 inline bool approximately_negative_orderable(double x) { in approximately_negative_orderable() function
439 ? approximately_negative_orderable(a - b) && approximately_negative_orderable(b - c) in approximately_between_orderable()
440 : approximately_negative_orderable(b - a) && approximately_negative_orderable(c - b); in approximately_between_orderable()