Home
last modified time | relevance | path

Searched defs:oppEndT (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/pathops/
DSkPathOpsTSect.cpp690 double oppEndT = first->fCoinEnd.perpT() == -1 ? 1 : SkTMin(1., first->fCoinEnd.perpT()); in coincidentForce() local
/external/skia/src/pathops/
DSkPathOpsTSect.cpp691 double oppEndT = first->fCoinEnd.perpT() == -1 ? 1 : std::min(1., first->fCoinEnd.perpT()); in coincidentForce() local