Searched refs:tail1 (Results 1 – 1 of 1) sorted by relevance
2179 const SkTSpan<TCurve, OppCurve>* tail1 = sect1->tail(); in BinarySearch() local2180 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()