Lines Matching full:boundsmax
1442 static bool intersect(int& min, int& max, int boundsMin, int boundsMax) {1444 SkASSERT(boundsMin < boundsMax);1445 if (min >= boundsMax || max <= boundsMin) {1451 if (max > boundsMax) {1452 max = boundsMax;