Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java384 private void verifyGetPixel(@NonNull String fileName, @ColorInt int rawColor) { in verifyGetPixel() argument
391 verifyGetPixel(b, rawColor); in verifyGetPixel()
394 verifyGetPixel(b, rawColor); in verifyGetPixel()
397 verifyGetPixel(b, rawColor); in verifyGetPixel()
403 private static void verifyGetPixel(@NonNull Bitmap b, @ColorInt int rawColor) { in verifyGetPixel() argument
409 assertEquals(rawColor, dst.asIntBuffer().get()); in verifyGetPixel()
411 int srgbColor = convertPremulColorToColorInt(rawColor, b.getColorSpace()); in verifyGetPixel()