Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkAAClip.cpp1510 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;
/external/skia/src/pathops/
DSkPathOpsTSect.h262 SkTSpan<TCurve, OppCurve>* boundsMax() const;
935 SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::boundsMax() const { in boundsMax() function
2047 SkTSpan<TCurve, OppCurve>* largest1 = sect1->boundsMax(); in BinarySearch()
2051 SkTSpan<OppCurve, TCurve>* largest2 = sect2->boundsMax(); in BinarySearch()