/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapShaderTest.java | 119 bitmap.setPixel(0, 0, Color.RED); in testClamp() 120 bitmap.setPixel(1, 0, Color.BLUE); in testClamp() 142 bitmap.setPixel(0, 0, Color.RED); in testRepeat() 143 bitmap.setPixel(1, 0, Color.BLUE); in testRepeat() 165 bitmap.setPixel(0, 0, Color.RED); in testMirror() 166 bitmap.setPixel(1, 0, Color.BLUE); in testMirror() 188 bitmap.setPixel(0, 0, Color.RED); in testFiltering() 189 bitmap.setPixel(1, 0, Color.BLUE); in testFiltering() 190 bitmap.setPixel(0, 1, Color.BLUE); in testFiltering() 191 bitmap.setPixel(1, 1, Color.RED); in testFiltering() [all …]
|
D | BitmapRGBAF16Test.java | 132 mOpaqueBitmap.setPixel(5, 5, 0x7f102030); in testSetPixel() 138 mTransparentBitmap.setPixel(5, 5, 0x7f102030); in testSetPixel()
|
D | PaintFlagsDrawFilterTest.java | 86 combinedBitmap.setPixel(i, j, Color.RED); in delta() 126 grid.setPixel(i, j, colors[k]); in testPaintFlagsDrawFilter2()
|
D | ComposeShaderTest.java | 148 redBitmap.setPixel(1, 1, Color.RED); in testChildLocalMatrix() 152 cyanBitmap.setPixel(1, 1, Color.CYAN); in testChildLocalMatrix()
|
D | BitmapTest.java | 856 bitmap.setPixel(4, 4, Color.BLUE); in testGenerationId() 1213 mBitmap.setPixel(10, 16, 0xFF << 24); in testGetPixel() 1218 mBitmap.setPixel(5, 5, 0xFFFFFFFF); in testGetPixel() 1220 mBitmap.setPixel(5, 5, 0xA8A8A8A8); in testGetPixel() 1222 mBitmap.setPixel(5, 5, 0x00000000); in testGetPixel() 1224 mBitmap.setPixel(5, 5, 0x1F000000); in testGetPixel() 1559 mBitmap.setPixel(10, 16, color); in testSetPixelOnRecycled() 1567 mBitmap.setPixel(10, 16, color); in testSetPixelOnImmutable() 1576 mBitmap.setPixel(200, 16, color); in testSetPixelXIsTooLarge() 1585 mBitmap.setPixel(10, 300, color); in testSetPixelYIsTooLarge() [all …]
|
D | BitmapColorSpaceTest.java | 469 public void setPixel() { in setPixel() method in BitmapColorSpaceTest 502 b.setPixel(0, 0, newColor); in verifySetPixel()
|
D | BitmapFactoryTest.java | 1006 argb.setPixel(x, y, Color.rgb(grayByte, grayByte, grayByte)); in grayToARGB()
|
/cts/tests/tests/effect/src/android/effect/cts/ |
D | EffectTest.java | 120 testBitmap.setPixel(0, 0, 0xFF000000); in createTestBitmap() 121 testBitmap.setPixel(0, 1, 0xFF0000FF); in createTestBitmap() 122 testBitmap.setPixel(1, 0, 0xFF00FF00); in createTestBitmap() 123 testBitmap.setPixel(1, 1, 0xFFFF0000); in createTestBitmap()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | RuntimeShaderTests.kt | 281 bitmap.setPixel(0, 0, Color.RED) in <lambda>() 282 bitmap.setPixel(1, 0, Color.BLUE) in <lambda>() 283 bitmap.setPixel(0, 1, Color.BLUE) in <lambda>() 284 bitmap.setPixel(1, 1, Color.RED) in <lambda>() 337 bitmap.setPixel(0, 0, unpremulColor.toArgb()) in <lambda>()
|
D | GainmapTests.java | 82 gainmapImage.setPixel(1, 1, 0xFF404040); 83 gainmapImage.setPixel(2, 1, 0xFF808080); 84 gainmapImage.setPixel(3, 1, 0xFFFFFFFF);
|
D | BitmapFilterTests.java | 74 bitmap.setPixel(i, j, isWhite ? Color.WHITE : Color.BLACK); in createGridBitmap()
|
D | BitmapTests.java | 76 mBitmap.setPixel(0, 0, color); in setColor()
|
D | HardwareBitmapTests.java | 297 bitmap.setPixel(25, 25, Color.BLUE); in testHardwareExtractAlpha()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | BitmapUtils.java | 130 bmp.setPixel(x, y, generator.nextInt(Integer.MAX_VALUE)); in generateRandomBitmap()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
D | SplashscreenTests.java | 355 result.setPixel(x, y, pixel); in markDebugPixel() 357 result.setPixel(x + debugOffsetX, y, debugPixel); in markDebugPixel()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationTest.java | 424 bSrc.setPixel(i, j, 9); in helperBitmapCopy() 425 bDst.setPixel(i, j, 0); in helperBitmapCopy()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 786 argbOutput.setPixel(i, j, convert_RAW_To_ARGB(i, j)); in forEach_convert_RAW_To_ARGB()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 15522 method public void setPixel(int, int, @ColorInt int);
|