Searched refs:maxRed (Results 1 – 1 of 1) sorted by relevance
271 int maxRed, maxGreen, maxBlue; in fitBox() local272 maxRed = maxGreen = maxBlue = Integer.MIN_VALUE; in fitBox()282 if (r > maxRed) { in fitBox()283 maxRed = r; in fitBox()303 mMaxRed = maxRed; in fitBox()