Home
last modified time | relevance | path

Searched refs:nonMatching (Results 1 – 1 of 1) sorted by relevance

/cts/tests/pdf/src/android/graphics/pdf/cts/
DUtils.java253 float nonMatching = getNonMatching(a, b); in renderAndCompare() local
255 if (nonMatching == 0) { in renderAndCompare()
257 } else if (nonMatching > 0.01) { in renderAndCompare()
260 "differ by " + Math.ceil(nonMatching * 10000) / 100 + in renderAndCompare()
263 Log.d(LOG_TAG, "bitmaps differ by " + Math.ceil(nonMatching * 10000) / 100 + "%"); in renderAndCompare()