Searched refs:approximately_between (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsRect.h31 return approximately_between(fLeft, pt.fX, fRight)
32 && approximately_between(fTop, pt.fY, fBottom);
H A DSkPathOpsTypes.h190 inline bool approximately_between(double a, double b, double c) { function
H A DSkOpSegment.cpp819 return approximately_between(fTs[lesser].fT, testT, fTs[greater].fT);
/external/skia/src/pathops/
H A DSkPathOpsRect.h31 return approximately_between(fLeft, pt.fX, fRight)
32 && approximately_between(fTop, pt.fY, fBottom);
H A DSkPathOpsTypes.h190 inline bool approximately_between(double a, double b, double c) { function
H A DSkOpSegment.cpp819 return approximately_between(fTs[lesser].fT, testT, fTs[greater].fT);

Completed in 103 milliseconds