Searched refs:boundsMax (Results 1 – 2 of 2) sorted by relevance
1510 static bool intersect(int& min, int& max, int boundsMin, int boundsMax) {1512 SkASSERT(boundsMin < boundsMax);1513 if (min >= boundsMax || max <= boundsMin) {1519 if (max > boundsMax) {1520 max = boundsMax;
262 SkTSpan<TCurve, OppCurve>* boundsMax() const;935 SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::boundsMax() const { in boundsMax() function2047 SkTSpan<TCurve, OppCurve>* largest1 = sect1->boundsMax(); in BinarySearch()2051 SkTSpan<OppCurve, TCurve>* largest2 = sect2->boundsMax(); in BinarySearch()