Searched refs:srgbColor (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 979 int srgbColor = Color.argb(color.alpha, color.red, color.green, color.blue); in testEraseColorLong() local 981 long longColor = Color.convert(srgbColor, cs); in testEraseColorLong() 993 + ", mismatch at 10, 10 ", srgbColor, mBitmap.getPixel(10, 10), in testEraseColorLong() 996 + ", mismatch at 50, 50 ", srgbColor, mBitmap.getPixel(50, 50), in testEraseColorLong() 1009 int srgbColor = Color.argb(.5f, .3f, .6f, .7f); in testEraseColorOnP3() local 1010 long acesColor = Color.convert(srgbColor, ColorSpace.get(ColorSpace.Named.ACES)); in testEraseColorOnP3() 1012 ColorUtils.verifyColor("Mismatch at 15, 15", srgbColor, mBitmap.getPixel(15, 15), 1); in testEraseColorOnP3() 1331 int srgbColor = Color.argb(color.alpha, color.red, color.green, color.blue); in testSetColorSpace() local 1341 mBitmap.eraseColor(srgbColor); in testSetColorSpace()
|
D | PaintTest.java | 2204 for (int srgbColor : new int[]{ Color.argb(1.0f, .5f, .5f, .5f), 2216 final long longColor = Color.convert(srgbColor, cs); 2228 ColorUtils.verifyColor("Paint#" + methodName + " mismatch for " + cs, srgbColor,
|