Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTypes.h235 const double FLT_EPSILON_ORDERABLE_ERR = FLT_EPSILON * 16; variable
279 return fabs(x) < FLT_EPSILON_ORDERABLE_ERR; in approximately_zero_orderable()
346 return x - FLT_EPSILON_ORDERABLE_ERR >= y; in approximately_greater_orderable()
358 return x + FLT_EPSILON_ORDERABLE_ERR > y; in approximately_greater_or_equal_orderable()
370 return x + FLT_EPSILON_ORDERABLE_ERR <= y; in approximately_lesser_orderable()
382 return x - FLT_EPSILON_ORDERABLE_ERR < y; in approximately_lesser_or_equal_orderable()
406 return x < FLT_EPSILON_ORDERABLE_ERR; in approximately_negative_orderable()
DSkOpEdgeBuilder.cpp63 if (SkScalarAbs(pt->fX) < FLT_EPSILON_ORDERABLE_ERR) { in force_small_to_zero()
66 if (SkScalarAbs(pt->fY) < FLT_EPSILON_ORDERABLE_ERR) { in force_small_to_zero()