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