Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTypes.h492 inline bool precisely_negative(double x) { in precisely_negative() function
532 return a <= c ? precisely_negative(a - b) && precisely_negative(b - c) in precisely_between()
533 : precisely_negative(b - a) && precisely_negative(c - b); in precisely_between()