Searched refs:numberPixels (Results 1 – 1 of 1) sorted by relevance
103 final long numberPixels = width * height; in compareBitmaps() local117 final double actualPrecision = ((double) numberPixels - numberMismatches) / (numberPixels); in compareBitmaps()118 Log.v(TAG, "compareBitmaps(): numberPixels=" + numberPixels in compareBitmaps()