/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/graphics/src/android/graphics/cts/ |
D | BitmapShaderTest.java | 102 bitmap.setPixel(0, 0, Color.RED); in testClamp() 103 bitmap.setPixel(1, 0, Color.BLUE); in testClamp() 124 bitmap.setPixel(0, 0, Color.RED); in testRepeat() 125 bitmap.setPixel(1, 0, Color.BLUE); in testRepeat() 146 bitmap.setPixel(0, 0, Color.RED); in testMirror() 147 bitmap.setPixel(1, 0, Color.BLUE); in testMirror()
|
D | BitmapTest.java | 457 bitmap.setPixel(4, 4, Color.BLUE); in testGenerationId() 607 mBitmap.setPixel(10, 16, 0xFF << 24); in testGetPixel() 612 mBitmap.setPixel(5, 5, 0xFFFFFFFF); in testGetPixel() 614 mBitmap.setPixel(5, 5, 0xA8A8A8A8); in testGetPixel() 616 mBitmap.setPixel(5, 5, 0x00000000); in testGetPixel() 618 mBitmap.setPixel(5, 5, 0x1F000000); in testGetPixel() 839 mBitmap.setPixel(10, 16, color); in testSetPixelOnRecycled() 847 mBitmap.setPixel(10, 16, color); in testSetPixelOnImmutable() 856 mBitmap.setPixel(200, 16, color); in testSetPixelXIsTooLarge() 865 mBitmap.setPixel(10, 300, color); in testSetPixelYIsTooLarge() [all …]
|
D | BitmapRGBAF16Test.java | 128 mOpaqueBitmap.setPixel(5, 5, 0x7f102030); in testSetPixel() 134 mTransparentBitmap.setPixel(5, 5, 0x7f102030); in testSetPixel()
|
D | PaintFlagsDrawFilterTest.java | 85 combinedBitmap.setPixel(i, j, Color.RED); in delta() 125 grid.setPixel(i, j, colors[k]); in testPaintFlagsDrawFilter2()
|
D | ComposeShaderTest.java | 113 redBitmap.setPixel(1, 1, Color.RED); in testChildLocalMatrix() 117 cyanBitmap.setPixel(1, 1, Color.CYAN); in testChildLocalMatrix()
|
D | BitmapColorSpaceTest.java | 343 public void setPixel() { in setPixel() method in BitmapColorSpaceTest 373 b.setPixel(0, 0, newColor); in verifySetPixel()
|
D | BitmapFactoryTest.java | 867 argb.setPixel(x, y, Color.rgb(grayByte, grayByte, grayByte)); in grayToARGB()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | BitmapUtils.java | 68 bmp.setPixel(x, y, generator.nextInt(Integer.MAX_VALUE)); in generateRandomBitmap()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | BitmapFilterTests.java | 73 bitmap.setPixel(i, j, isWhite ? Color.WHITE : Color.BLACK); in createGridBitmap()
|
D | BitmapTests.java | 72 mBitmap.setPixel(0, 0, color); in setColor()
|
D | HardwareBitmapTests.java | 302 bitmap.setPixel(25, 25, Color.BLUE); in testHardwareExtractAlpha()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationTest.java | 421 bSrc.setPixel(i, j, 9); in helperBitmapCopy() 422 bDst.setPixel(i, j, 0); in helperBitmapCopy()
|