Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpCoincidence.cpp209 double oppMinT = std::min(oppPtTStart->fT, oppPtTEnd->fT); in extend() local
223 || oTestMinT > oppMinT || oppMaxT > oTestMaxT); in extend()
226 || (oTestMinT <= oTestMaxT && oppMinT <= oTestMaxT)) { in extend()
980 double oppMinT = std::min(oppPtTStart->fT, oppPtTEnd->fT); in contains() local
995 if (oppMinT < std::min(test->oppPtTStart()->fT, test->oppPtTEnd()->fT)) { in contains()