Searched defs:oTestMinT (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkOpCoincidence.cpp213 double oTestMinT = SkTMin(test->oppPtTStart()->fT, test->oppPtTEnd()->fT); local
218 || oTestMinT > oppMinT || oppMaxT > oTestMaxT);
221 || (oTestMinT <= oTestMaxT && oppMinT <= oTestMaxT)) {
/external/skqp/src/pathops/
H A DSkOpCoincidence.cpp213 double oTestMinT = SkTMin(test->oppPtTStart()->fT, test->oppPtTEnd()->fT); local
218 || oTestMinT > oppMinT || oppMaxT > oTestMaxT);
221 || (oTestMinT <= oTestMaxT && oppMinT <= oTestMaxT)) {

Completed in 72 milliseconds