Searched refs:minRed (Results 1 – 1 of 1) sorted by relevance
257 int minRed, minGreen, minBlue; in fitBox() local258 minRed = minGreen = minBlue = Integer.MAX_VALUE; in fitBox()273 if (r < minRed) { in fitBox()274 minRed = r; in fitBox()290 mMinRed = minRed; in fitBox()