Searched refs:bFirstPix (Results 1 – 1 of 1) sorted by relevance
93 int[] bFirstPix = new int[3]; in compareBitmap() local97 bFirstPix[0] = Color.red(bPixels[0]); in compareBitmap()98 bFirstPix[1] = Color.green(bPixels[1]); in compareBitmap()99 bFirstPix[2] = Color.blue(bPixels[2]); in compareBitmap()122 if (isBFlat && (bR != bFirstPix[0] || bG != bFirstPix[1] || bB != bFirstPix[2])) { in compareBitmap()