Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapShaderTest.java103 bitmap.setPixel(0, 0, Color.RED); in testClamp()
104 bitmap.setPixel(1, 0, Color.BLUE); in testClamp()
125 bitmap.setPixel(0, 0, Color.RED); in testRepeat()
126 bitmap.setPixel(1, 0, Color.BLUE); in testRepeat()
147 bitmap.setPixel(0, 0, Color.RED); in testMirror()
148 bitmap.setPixel(1, 0, Color.BLUE); in testMirror()
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.java792 bitmap.setPixel(4, 4, Color.BLUE); in testGenerationId()
1149 mBitmap.setPixel(10, 16, 0xFF << 24); in testGetPixel()
1154 mBitmap.setPixel(5, 5, 0xFFFFFFFF); in testGetPixel()
1156 mBitmap.setPixel(5, 5, 0xA8A8A8A8); in testGetPixel()
1158 mBitmap.setPixel(5, 5, 0x00000000); in testGetPixel()
1160 mBitmap.setPixel(5, 5, 0x1F000000); in testGetPixel()
1495 mBitmap.setPixel(10, 16, color); in testSetPixelOnRecycled()
1503 mBitmap.setPixel(10, 16, color); in testSetPixelOnImmutable()
1512 mBitmap.setPixel(200, 16, color); in testSetPixelXIsTooLarge()
1521 mBitmap.setPixel(10, 300, color); in testSetPixelYIsTooLarge()
[all …]
DBitmapColorSpaceTest.java467 public void setPixel() { in setPixel() method in BitmapColorSpaceTest
500 b.setPixel(0, 0, newColor); in verifySetPixel()
DBitmapFactoryTest.java989 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/
DBitmapFilterTests.java74 bitmap.setPixel(i, j, isWhite ? Color.WHITE : Color.BLACK); in createGridBitmap()
DBitmapTests.java73 mBitmap.setPixel(0, 0, color); in setColor()
DHardwareBitmapTests.java304 bitmap.setPixel(25, 25, Color.BLUE); in testHardwareExtractAlpha()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java306 result.setPixel(x, y, pixel); in markDebugPixel()
308 result.setPixel(x + debugOffsetX, y, debugPixel); in markDebugPixel()
/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/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java421 bSrc.setPixel(i, j, 9); in helperBitmapCopy()
422 bDst.setPixel(i, j, 0); in helperBitmapCopy()