HomeSort by relevance Sort by last modified time
    Searched defs:setPixel (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /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)
tcuSurfaceAccess.hpp 60 void setPixel (const tcu::Vec4& color, int x, int y) const;
71 inline void SurfaceAccess::setPixel (const tcu::Vec4& color, int x, int y) const
74 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask));
tcuTexture.hpp 393 void setPixel (const tcu::Vec4& color, int x, int y, int z = 0) const;
394 void setPixel (const tcu::IVec4& color, int x, int y, int z = 0) const;
395 void setPixel (const tcu::UVec4& color, int x, int y, int z = 0) const { setPixel(color.cast<int>(), x, y, z); }
    [all...]
tcuTexture.cpp     [all...]
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
UriBitmap.java 62 bitmap.setPixel(x, y, Color.rgb(x, y, x + y));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
GraphicsUtilities.java 65 imageData.setPixel(x, y, 0x00000000);
NinePatchedImage.java 546 image.setPixel(x, 0, pixel);
555 image.setPixel(0, y, pixel);
564 image.setPixel(x, height - 1, pixel);
573 image.setPixel(width - 1, y, pixel);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintFlagsDrawFilterTest.java 85 combinedBitmap.setPixel(i, j, Color.RED);
125 grid.setPixel(i, j, colors[k]);
BitmapColorSpaceTest.java 343 public void setPixel() {
373 b.setPixel(0, 0, newColor);
BitmapFactoryTest.java     [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BitmapUtils.java 68 bmp.setPixel(x, y, generator.nextInt(Integer.MAX_VALUE));
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
BitmapFilterTests.java 73 bitmap.setPixel(i, j, isWhite ? Color.WHITE : Color.BLACK);
  /external/pdfium/core/fxcodec/jbig2/
JBig2_Image.cpp 86 int32_t CJBig2_Image::setPixel(int32_t x, int32_t y, int v) {
    [all...]
  /external/skia/src/codec/
SkBmpRLECodec.cpp 168 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes,
441 setPixel(dst, dstRowBytes, dstInfo, x++,
445 setPixel(dst, dstRowBytes, dstInfo,
453 setPixel(dst, dstRowBytes, dstInfo, x++,
516 setPixel(dst, dstRowBytes, dstInfo, x, y, indices[which]);
  /external/skqp/src/codec/
SkBmpRLECodec.cpp 168 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes,
441 setPixel(dst, dstRowBytes, dstInfo, x++,
445 setPixel(dst, dstRowBytes, dstInfo,
453 setPixel(dst, dstRowBytes, dstInfo, x++,
516 setPixel(dst, dstRowBytes, dstInfo, x, y, indices[which]);
  /frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/imageprocessing/
ImageProcessingWorker.java 115 bitmap.setPixel(x, y, reversedColor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 292 destData.setPixel(dx, dy, srcData.getPixel(sx, sy));
307 destData.setPixel(dx, dy, srcData.getPixel(sx, sy));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 337 data.setPixel(x, y, pixelValue);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBitmapTest.java 221 bitmap.setPixel(0, 0, 2);
230 bitmap.setPixel(0, 0, 2);
241 bmp.setPixel(x, y, packRGB(x, y, 0));
260 bitmap.setPixel(0, 0, 2);
398 bitmapOriginal.setPixel(0, 0, 123);
399 bitmapOriginal.setPixel(1, 1, 456);
400 bitmapOriginal.setPixel(2, 2, 789);
411 bitmapReconstructed.setPixel(1,1, 999);
412 bitmapReconstructed.setPixel(4,4, 999);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmap.java 355 public void setPixel(int x, int y, int color) {
357 throw new IllegalStateException("Can't call setPixel() on a recycled bitmap");
  /external/v8/benchmarks/
raytrace.js 626 setPixel: function(x, y, color){
663 this.setPixel(x, y, color);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java 133 mContentAreaImageData.setPixel(x, y, PADDING_COLOR);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 421 bSrc.setPixel(i, j, 9);
422 bDst.setPixel(i, j, 0);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 583 void setPixel (int x, int y, int z, const ColorT& color) const;
648 void LayeredImage::setPixel (int x, int y, int z, const ColorT& color) const
657 access.setPixel(color, x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);
787 dst.setPixel(data[y*dst.getWidth() + x], x, y);
797 dst.setPixel(data[y*dst.getWidth() + x], x, y);
    [all...]

Completed in 796 milliseconds

1 2 3 4