Searched refs:roughly_between (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 256 if (roughly_between(0, td, sd) && roughly_between(0, te, se)) { in ComplexBreak()
|
D | SkPathOpsTypes.h | 551 inline bool roughly_between(double a, double b, double c) { in roughly_between() function
|
D | SkPathOpsTSect.cpp | 1112 if (!roughly_between(span->fStartT, oppRayI[0][index], span->fEndT)) { in linesIntersect() 1116 if (!roughly_between(oppSpan->fStartT, thisRayI[0][oIndex], oppSpan->fEndT)) { in linesIntersect()
|