Searched refs:precisely_between (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 327 return precisely_between(fPts[0].fX, fPts[1].fX, fPts[3].fX) in monotonicInX() 328 && precisely_between(fPts[0].fX, fPts[2].fX, fPts[3].fX); in monotonicInX() 332 return precisely_between(fPts[0].fY, fPts[1].fY, fPts[3].fY) in monotonicInY() 333 && precisely_between(fPts[0].fY, fPts[2].fY, fPts[3].fY); in monotonicInY()
|
D | SkDLineIntersection.cpp | 263 if (!precisely_between(min, x, max)) { in vertical_coincident()
|
D | SkPathOpsTypes.h | 531 inline bool precisely_between(double a, double b, double c) { in precisely_between() function
|
D | SkPathOpsTSect.h | 845 if (precisely_between(overlap->fStartT, oppT, overlap->fEndT)) { in validatePerpT()
|