Home
last modified time | relevance | path

Searched refs:regionColor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DerrorCalculator.rscript17 uchar4 regionColor = rsGetElementAt_uchar4(ideal, x, y);
21 interestingRegion |= (testVal.r != regionColor.r);
22 interestingRegion |= (testVal.g != regionColor.g);
23 interestingRegion |= (testVal.b != regionColor.b);
24 interestingRegion |= (testVal.a != regionColor.a);
DErrorCalculator.java178 int regionColor = ideal.getPixel(x, y); in inspectRegion() local
181 if (ideal.getPixel(x + i, y + j) != regionColor) in inspectRegion()