Searched refs:ARGB (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 937 private static class ARGB { class 942 ARGB(float alpha, float red, float green, float blue) { in ARGB() method in ARGB 973 for (ARGB color : new ARGB[]{ new ARGB(1.0f, .5f, .5f, .5f), in testEraseColorLong() 974 new ARGB(1.0f, .3f, .6f, .9f), in testEraseColorLong() 975 new ARGB(0.5f, .2f, .8f, .7f) }) { in testEraseColorLong() 1327 for (ARGB color : new ARGB[]{ new ARGB(1.0f, .5f, .5f, .5f), in testSetColorSpace() 1328 new ARGB(1.0f, .3f, .6f, .9f), in testSetColorSpace() 1329 new ARGB(0.5f, .2f, .8f, .7f) }) { in testSetColorSpace()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | raw_converter.rscript | 354 // Full RAW->ARGB bitmap conversion kernel
|