Searched refs:regionColor (Results 1 – 2 of 2) sorted by relevance
17 int regionColor = (int) rsGetElementAt_uchar4(ideal, x, y);20 … interestingRegion |= ((int) rsGetElementAt_uchar4(ideal, x + j, y + i)) != regionColor;
178 int regionColor = ideal.getPixel(x, y); in inspectRegion() local181 if (ideal.getPixel(x + i, y + j) != regionColor) in inspectRegion()