Home | History | Annotate | Download | only in util

Lines Matching defs:lowerBound

229         int lowerBound = (maxNumOfPixels < 0) ? 1 :
235 if (upperBound < lowerBound) {
237 return lowerBound;
243 return lowerBound;