Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java732 int diffG = Math.abs((expected >> 8) & 0xff - (pixel >> 8) & 0xff); in almostEqual() local
735 boolean pass = diffA + diffR + diffG + diffB < threshold; in almostEqual()