Searched refs:setPixels (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapMutateActivity.java102 mBitmap1.setPixels(mPixels, 0, width, 0, 0, width, height);
/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp166 bitmap.setPixels(buffer.bits);
168 bitmap.setPixels(NULL);
H A Dandroid_view_Surface.cpp342 bitmap.setPixels(outBuffer.bits);
345 bitmap.setPixels(NULL);
/frameworks/base/core/jni/android/graphics/
H A DGraphicBuffer.cpp204 bitmap.setPixels(bits);
206 bitmap.setPixels(NULL);
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
H A DGenImage.java257 bmp.setPixels(ib.array(), 0, 512, 0, 0, 512, 512);
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DRGBZ.java207 dest.setPixels(orig_data, 0, w, 0, 0, w, h);
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DBitmapTest.java191 // create a bitmap with no colors, but then call setPixels
193 bm2.setPixels(colors, 0, 16, 0, 0, 16, 16);
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java342 * getPixels() or setPixels() is called, and will draw nothing. This operation
596 * in any way (unlike setPixels(), which converts from unpremultipled 32bit
1403 * a Bitmap (through {@link #setPixel}, {@link #setPixels}, or {@link
1509 * getPixels() or setPixels(), then the pixels are uniformly treated as
1789 * or setPixels()
1874 public void setPixels(@ColorInt int[] pixels, int offset, int stride, method in class:Bitmap
1876 checkRecycled("Can't call setPixels() on a recycled bitmap");
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 359 milliseconds