Searched refs:testedArray (Results 1 – 1 of 1) sorted by relevance
80 int[] testedArray = new int[width * height]; in dumpBitmaps() local82 idealBitmap.getPixels(testedArray, 0, width, 0, 0, width, height); in dumpBitmaps()84 int[] visualizerArray = differenceVisualizer.getDifferences(idealArray, testedArray); in dumpBitmaps()