Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTypes.h547 inline bool roughly_negative(double x) { in roughly_negative() function
552 return a <= c ? roughly_negative(a - b) && roughly_negative(b - c) in roughly_between()
553 : roughly_negative(b - a) && roughly_negative(c - b); in roughly_between()