Searched refs:minRed (Results 1 – 1 of 1) sorted by relevance
269 int minRed, minGreen, minBlue; in fitBox() local270 minRed = minGreen = minBlue = Integer.MAX_VALUE; in fitBox()285 if (r < minRed) { in fitBox()286 minRed = r; in fitBox()302 mMinRed = minRed; in fitBox()