Searched refs:maxRed (Results 1 – 1 of 1) sorted by relevance
259 int maxRed, maxGreen, maxBlue; in fitBox() local260 maxRed = maxGreen = maxBlue = Integer.MIN_VALUE; in fitBox()270 if (r > maxRed) { in fitBox()271 maxRed = r; in fitBox()291 mMaxRed = maxRed; in fitBox()