Searched refs:setPixel (Results 1 – 7 of 7) sorted by relevance
/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 | BitmapTest.java | 450 mBitmap.setPixel(10, 16, 0xFF << 24); in testGetPixel() 573 mBitmap.setPixel(10, 16, color); in testSetPixel() 582 mBitmap.setPixel(10, 16, color); in testSetPixel() 591 mBitmap.setPixel(200, 16, color); in testSetPixel() 598 mBitmap.setPixel(10, 300, color); in testSetPixel() 604 mBitmap.setPixel(10, 16, 0xFF << 24); in testSetPixel() 708 bitmap.setPixel(0, 0, Color.TRANSPARENT); in checkPremultipliedBitmapConfig() 725 bitmap.setPixel(0, 0, PREMUL_COLOR); in testSetPremultipliedData() 733 bitmap.setPixel(0, 0, PREMUL_COLOR); in testSetPremultipliedData() 771 bitmap.setPixel(0, 0, PREMUL_COLOR); in testSetPremultipliedToBuffer() [all …]
|
D | PaintFlagsDrawFilterTest.java | 82 combinedBitmap.setPixel(i, j, Color.RED); in delta()
|
/cts/tests/tests/holo/src/android/holo/cts/ |
D | LayoutTestActivity.java | 258 diff.setPixel(i, j, color); in saveDiffBitmap()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | raytrace.js | 626 setPixel: function(x, y, color){ method in Flog.RayTracer.Engine 663 this.setPixel(x, y, color);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationTest.java | 403 bSrc.setPixel(i, j, 9); in helperBitmapCopy() 404 bDst.setPixel(i, j, 0); in helperBitmapCopy()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 30121 public void setPixel(
|