/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ThinPatchesActivity.java | 59 mTexture.setPixel(0, 0, 0xffff0000); 60 mTexture.setPixel(1, 0, 0xffffffff); 61 mTexture.setPixel(2, 0, 0xff000000); 62 mTexture.setPixel(3, 0, 0xffff0000); 63 mTexture.setPixel(0, 1, 0xffff0000); 64 mTexture.setPixel(1, 1, 0xff000000); 65 mTexture.setPixel(2, 1, 0xffffffff); 66 mTexture.setPixel(3, 1, 0xffff0000); 67 mTexture.setPixel(0, 2, 0xffff0000); 68 mTexture.setPixel(1, 2, 0xffff0000) [all...] |
/hardware/bsp/intel/peripheral/libupm/src/st7735/ |
gfx.cxx | 44 GFX::setPixel (int x, int y, uint16_t color) { 102 setPixel(y0, x0, color); 104 setPixel(x0, y0, color); 129 setPixel(x0 , y0+r, color); 130 setPixel(x0 , y0-r, color); 131 setPixel(x0+r, y0 , color); 132 setPixel(x0-r, y0 , color); 145 setPixel(x0 + x, y0 + y, color); 146 setPixel(x0 - x, y0 + y, color); 147 setPixel(x0 + x, y0 - y, color) [all...] |
gfx.h | 110 mraa::Result setPixel (int x, int y, uint16_t color);
|
/hardware/bsp/intel/peripheral/libupm/src/lol/ |
lol.h | 91 unsigned char setPixel(int x, int y, unsigned char pixel);
|
lol.cxx | 171 unsigned char LoL::setPixel(int x, int y, unsigned char pixel)
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
LoL_exampleSample.java | 46 sensor.setPixel(x, y, pixel);
|
/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/ |
Main.java | 286 out.setPixel(0, p, colorFor(tw & 0xff)); 287 out.setPixel(1, p, colorFor(tw >>> 8)); 288 out.setPixel(2, p, colorFor(h & 0xff)); 289 out.setPixel(3, p, colorFor(h >>> 8)); 290 out.setPixel(4, p, colorFor(langBytes.length)); 293 out.setPixel(x, p, colorFor(b)); 296 out.setPixel(x, p, colorFor(0)); 306 out.setPixel(0, p, colorFor(1)); 307 out.setPixel(1, p, colorFor(0)); 308 out.setPixel(2, p, colorFor(1)) [all...] |
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
lol-example.cxx | 55 sensor->setPixel(x, y, !(sensor->getPixel(x, y)));
|
/cts/tests/tests/effect/src/android/effect/cts/ |
EffectTest.java | 120 testBitmap.setPixel(0, 0, 0xFF000000); 121 testBitmap.setPixel(0, 1, 0xFF0000FF); 122 testBitmap.setPixel(1, 0, 0xFF00FF00); 123 testBitmap.setPixel(1, 1, 0xFFFF0000);
|
/external/deqp/framework/common/ |
tcuSurface.hpp | 56 void setPixel (int x, int y, RGBA col); 70 inline void Surface::setPixel (int x, int y, RGBA col)
|
tcuTextureUtil.cpp | 712 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0); 723 access.setPixel(color, x, y, z); 743 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0); 754 access.setPixel(color, x, y, z); 789 access.setPixel(tcu::Vec4(r, g, b, a), x, 0); 807 access.setPixel(tcu::Vec4(r, g, b, a), x, y); [all...] |
/cts/libs/deviceutil/src/android/cts/util/ |
BitmapUtils.java | 62 bmp.setPixel(x, y, generator.nextInt(Integer.MAX_VALUE)); 72 bmp.setPixel(x, y, Color.WHITE);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapTest.java | 454 mBitmap.setPixel(10, 16, 0xFF << 24); 459 mBitmap.setPixel(5, 5, 0xFFFFFFFF); 461 mBitmap.setPixel(5, 5, 0xA8A8A8A8); 463 mBitmap.setPixel(5, 5, 0x00000000); 467 mBitmap.setPixel(5, 5, 0x1F000000); 686 mBitmap.setPixel(10, 16, color); 695 mBitmap.setPixel(10, 16, color); 704 mBitmap.setPixel(200, 16, color); 711 mBitmap.setPixel(10, 300, color); 717 mBitmap.setPixel(10, 16, 0xFF << 24) [all...] |
PaintFlagsDrawFilterTest.java | 82 combinedBitmap.setPixel(i, j, Color.RED); 121 grid.setPixel(i, j, colors[k]);
|
/external/skia/src/codec/ |
SkBmpRLECodec.h | 77 void setPixel(void* dst, size_t dstRowBytes,
|
SkBmpRLECodec.cpp | 201 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, 422 setPixel(dst, dstRowBytes, dstInfo, x++, 426 setPixel(dst, dstRowBytes, dstInfo, 434 setPixel(dst, dstRowBytes, dstInfo, x++, 497 setPixel(dst, dstRowBytes, dstInfo, x, y, indices[which]);
|
/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_HtrdProc.cpp | 32 HSKIP->setPixel(ng, mg, 1); 34 HSKIP->setPixel(ng, mg, 0);
|
JBig2_Image.h | 33 int32_t setPixel(int32_t x, int32_t y, FX_BOOL v);
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
Gdx2DPixmap.java | 165 public void setPixel (int x, int y, int color) {
166 setPixel(basePtr, x, y, color);
318 private static native void setPixel (long pixmap, int x, int y, int color); /*
|
/external/deqp/modules/gles2/functional/ |
es2fDitheringTests.cpp | 294 errorMask.setPixel(x, y, tcu::RGBA::red()); 303 errorMask.setPixel(x, y, tcu::RGBA::green()); 405 errorMask.setPixel(x, y, tcu::RGBA::red()); 414 errorMask.setPixel(x, y, tcu::RGBA::green());
|
/external/deqp/modules/gles3/functional/ |
es3fDitheringTests.cpp | 294 errorMask.setPixel(x, y, tcu::RGBA::red()); 303 errorMask.setPixel(x, y, tcu::RGBA::green()); 403 errorMask.setPixel(x, y, tcu::RGBA::red()); 412 errorMask.setPixel(x, y, tcu::RGBA::green());
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
Pixmap.java | 325 pixmap.setPixel(x, y, color);
334 pixmap.setPixel(x, y, color);
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
BitmapTest.java | 134 bm2.setPixel(i % 10, i / 10, colors[i]); 138 assertEquals("setPixel", 143 assertEquals("setPixel value", 160 bm2.setPixel(i % 10, i / 10, colors[i]); 164 assertEquals("setPixel", bm1.getPixel(i % 10, i / 10),
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
vktDynamicStateVPTests.cpp | 169 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); 216 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); 361 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y);
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
BitmapFilterTests.java | 65 bitmap.setPixel(i, j, isWhite ? Color.WHITE : Color.BLACK);
|