HomeSort by relevance Sort by last modified time
    Searched refs:approximately_between (Results 1 - 3 of 3) sorted by null

  /external/skia/src/pathops/
SkPathOpsRect.h 23 return approximately_between(fLeft, pt.fX, fRight)
24 && approximately_between(fTop, pt.fY, fBottom);
SkPathOpsTypes.h 526 inline bool approximately_between(double a, double b, double c) { function
SkPathOpsWinding.cpp 70 return approximately_between((&rect.fLeft)[i], (&pt.fX)[i], (&rect.fRight)[i]);

Completed in 57 milliseconds