HomeSort by relevance Sort by last modified time
    Searched refs:differenceMap (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
SamplePointVerifier.java 49 int[] differenceMap = new int[bitmap.length];
50 Arrays.fill(differenceMap, PASS_COLOR);
59 differenceMap[index] = FAIL_COLOR;
62 differenceMap[index] = PASS_COLOR;
68 mDifferenceBitmap.setPixels(differenceMap, offset, stride, 0, 0,
PerPixelBitmapVerifier.java 57 int[] differenceMap = new int[bitmap.length];
68 differenceMap[index] = FAIL_COLOR;
70 differenceMap[index] = PASS_COLOR;
80 mDifferenceBitmap.setPixels(differenceMap, offset, stride, 0, 0, width, height);

Completed in 211 milliseconds