Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h2179 const SkTSpan<TCurve, OppCurve>* tail1 = sect1->tail(); in BinarySearch() local
2180 if (!(zeroOneSet & kOneS1Set) && approximately_greater_than_one(tail1->fEndT)) { in BinarySearch()
2182 if (tail1->isBounded()) { in BinarySearch()
2183 double t = tail1->closestBoundedT(end1); in BinarySearch()