HomeSort by relevance Sort by last modified time
    Searched full:roughly_negative (Results 1 - 1 of 1) sorted by null

  /external/skia/src/pathops/
SkPathOpsTypes.h 464 inline bool roughly_negative(double x) { function
469 return a <= c ? roughly_negative(a - b) && roughly_negative(b - c)
470 : roughly_negative(b - a) && roughly_negative(c - b);

Completed in 80 milliseconds