Searched refs:bFirstPix (Results 1 – 1 of 1) sorted by relevance
67 int[] bFirstPix = new int[3]; in compareBitmap() local71 bFirstPix[0] = Color.red(bPixels[0]); in compareBitmap()72 bFirstPix[1] = Color.green(bPixels[1]); in compareBitmap()73 bFirstPix[2] = Color.blue(bPixels[2]); in compareBitmap()96 if (isBFlat && (bR != bFirstPix[0] || bG != bFirstPix[1] || bB != bFirstPix[2])) { in compareBitmap()