Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapShaderTest.java119 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 …]
DBitmapRGBAF16Test.java132 mOpaqueBitmap.setPixel(5, 5, 0x7f102030); in testSetPixel()
138 mTransparentBitmap.setPixel(5, 5, 0x7f102030); in testSetPixel()
DPaintFlagsDrawFilterTest.java86 combinedBitmap.setPixel(i, j, Color.RED); in delta()
126 grid.setPixel(i, j, colors[k]); in testPaintFlagsDrawFilter2()
DComposeShaderTest.java148 redBitmap.setPixel(1, 1, Color.RED); in testChildLocalMatrix()
152 cyanBitmap.setPixel(1, 1, Color.CYAN); in testChildLocalMatrix()
DBitmapTest.java856 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 …]
DBitmapColorSpaceTest.java469 public void setPixel() { in setPixel() method in BitmapColorSpaceTest
502 b.setPixel(0, 0, newColor); in verifySetPixel()
DBitmapFactoryTest.java1006 argb.setPixel(x, y, Color.rgb(grayByte, grayByte, grayByte)); in grayToARGB()
/cts/tests/tests/effect/src/android/effect/cts/
DEffectTest.java120 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/
DRuntimeShaderTests.kt281 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>()
DGainmapTests.java82 gainmapImage.setPixel(1, 1, 0xFF404040);
83 gainmapImage.setPixel(2, 1, 0xFF808080);
84 gainmapImage.setPixel(3, 1, 0xFFFFFFFF);
DBitmapFilterTests.java74 bitmap.setPixel(i, j, isWhite ? Color.WHITE : Color.BLACK); in createGridBitmap()
DBitmapTests.java76 mBitmap.setPixel(0, 0, color); in setColor()
DHardwareBitmapTests.java297 bitmap.setPixel(25, 25, Color.BLUE); in testHardwareExtractAlpha()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBitmapUtils.java130 bmp.setPixel(x, y, generator.nextInt(Integer.MAX_VALUE)); in generateRandomBitmap()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java355 result.setPixel(x, y, pixel); in markDebugPixel()
357 result.setPixel(x + debugOffsetX, y, debugPixel); in markDebugPixel()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java424 bSrc.setPixel(i, j, 9); in helperBitmapCopy()
425 bDst.setPixel(i, j, 0); in helperBitmapCopy()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java786 argbOutput.setPixel(i, j, convert_RAW_To_ARGB(i, j)); in forEach_convert_RAW_To_ARGB()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt15522 method public void setPixel(int, int, @ColorInt int);