Searched refs:roughly_between (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 255 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 | 1111 if (!roughly_between(span->fStartT, oppRayI[0][index], span->fEndT)) { in linesIntersect() 1115 if (!roughly_between(oppSpan->fStartT, thisRayI[0][oIndex], oppSpan->fEndT)) { in linesIntersect()
|
/external/skqp/src/pathops/ |
D | SkPathOpsCubic.cpp | 255 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 | 1111 if (!roughly_between(span->fStartT, oppRayI[0][index], span->fEndT)) { in linesIntersect() 1115 if (!roughly_between(oppSpan->fStartT, thisRayI[0][oIndex], oppSpan->fEndT)) { in linesIntersect()
|