Home
last modified time | relevance | path

Searched refs:roughly_between (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsCubic.cpp255 if (roughly_between(0, td, sd) && roughly_between(0, te, se)) { in ComplexBreak()
DSkPathOpsTypes.h551 inline bool roughly_between(double a, double b, double c) { in roughly_between() function
DSkPathOpsTSect.cpp1111 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/
DSkPathOpsCubic.cpp255 if (roughly_between(0, td, sd) && roughly_between(0, te, se)) { in ComplexBreak()
DSkPathOpsTypes.h551 inline bool roughly_between(double a, double b, double c) { in roughly_between() function
DSkPathOpsTSect.cpp1111 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()