Searched refs:setPixel (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | ThinPatchesActivity.java | 59 mTexture.setPixel(0, 0, 0xffff0000); in PatchView() 60 mTexture.setPixel(1, 0, 0xffffffff); in PatchView() 61 mTexture.setPixel(2, 0, 0xff000000); in PatchView() 62 mTexture.setPixel(3, 0, 0xffff0000); in PatchView() 63 mTexture.setPixel(0, 1, 0xffff0000); in PatchView() 64 mTexture.setPixel(1, 1, 0xff000000); in PatchView() 65 mTexture.setPixel(2, 1, 0xffffffff); in PatchView() 66 mTexture.setPixel(3, 1, 0xffff0000); in PatchView() 67 mTexture.setPixel(0, 2, 0xffff0000); in PatchView() 68 mTexture.setPixel(1, 2, 0xffff0000); in PatchView() [all …]
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
D | BitmapTest.java | 134 bm2.setPixel(i % 10, i / 10, colors[i]); in testSetPixelsWithAlpha() 160 bm2.setPixel(i % 10, i / 10, colors[i]); in testSetPixelsWithoutAlpha()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 1404 public void setPixel(int x, int y, int color) { in setPixel() method in Bitmap
|
/frameworks/base/api/ |
D | current.txt | 8945 method public void setPixel(int, int, int);
|