/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | BitmapTest.java | 198 bm2.setPixels(colors, 0, 16, 0, 0, 16, 16); in testSetPixelsWithNonOpaqueAlpha() 277 bm1.setPixels(new int[] { 0xff, 0xeeee, 0xdddddd, 0xcccccccc }, 0, 2, 0, 0, 2, 2); in testCopyWithDirectByteBuffer() 315 bm1.setPixels(new int[] { 0xff, 0xeeee, 0xdddddd, 0xcccccccc }, 0, 2, 0, 0, 2, 2); in testCopyWithDirectShortBuffer() 354 bm1.setPixels(new int[] { 0xff, 0xeeee, 0xdddddd, 0xcccccccc }, 0, 2, 0, 0, 2, 2); in testCopyWithDirectIntBuffer() 393 bm1.setPixels(new int[] { 0xff, 0xeeee, 0xdddddd, 0xcccccccc }, 0, 2, 0, 0, 2, 2); in testCopyWithHeapByteBuffer() 430 bm1.setPixels(new int[] { 0xff, 0xeeee, 0xdddddd, 0xcccccccc }, 0, 2, 0, 0, 2, 2); in testCopyWithHeapShortBuffer() 467 bm1.setPixels(new int[] { 0xff, 0xeeee, 0xdddddd, 0xcccccccc }, 0, 2, 0, 0, 2, 2); in testCopyWithHeapIntBuffer()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | DisplayTest.cpp | 168 .setPixels(DEFAULT_RESOLUTION) in getDisplayCreationArgsForPhysicalHWCDisplay() 178 .setPixels(DEFAULT_RESOLUTION) in getDisplayCreationArgsForGpuVirtualDisplay() 259 .setPixels(DEFAULT_RESOLUTION) in TEST_F() 278 .setPixels(DEFAULT_RESOLUTION) in TEST_F() 296 .setPixels(DEFAULT_RESOLUTION) in TEST_F() 314 .setPixels(DEFAULT_RESOLUTION) in TEST_F() 1002 .setPixels(DEFAULT_RESOLUTION)
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
H A D | DisplayCreationArgs.h | 77 DisplayCreationArgsBuilder& setPixels(ui::Size pixels) { in setPixels() function
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
H A D | BitmapTransformer.java | 65 resultBitmap.setPixels( in applyFillTransformation()
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | BitmapMutateActivity.java | 102 mBitmap1.setPixels(mPixels, 0, width, 0, 0, width, height); in onDraw()
|
/aosp12/frameworks/base/libs/hwui/apex/ |
H A D | android_canvas.cpp | 52 outBitmap->setPixels(buffer->bits); in convert()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | DisplayTransactionTestHelpers.h | 267 .setPixels({WIDTH, HEIGHT}) 392 .setPixels({DisplayVariant::WIDTH, DisplayVariant::HEIGHT}) 546 .setPixels({Base::WIDTH, Base::HEIGHT}) 595 .setPixels({Base::WIDTH, Base::HEIGHT})
|
H A D | DisplayTransactionTest.cpp | 150 .setPixels({DEFAULT_DISPLAY_WIDTH, in injectDefaultInternalDisplay()
|
H A D | CompositionTest.cpp | 291 .setPixels({DEFAULT_DISPLAY_WIDTH, DEFAULT_DISPLAY_HEIGHT}) in setupPreconditions()
|
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
H A D | RGBZ.java | 207 dest.setPixels(orig_data, 0, w, 0, 0, w, h); in setAlphaChannelFromBitmap()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/ |
H A D | ColorHueView.java | 108 mBitmap.setPixels(mTmpBuff, 0, w, 0, 0, w, h); in fillBitmap()
|
H A D | ColorSVRectView.java | 107 mBitmap.setPixels(buff, 0, w, 0, 0, w, h); in fillBitmap()
|
/aosp12/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/ |
H A D | GenImage.java | 257 bmp.setPixels(ib.array(), 0, 512, 0, 0, 512, 512); in draw()
|
/aosp12/frameworks/layoutlib/bridge/src/android/view/shadow/ |
H A D | TriangleBuffer.java | 95 mBitmap.setPixels(mData, 0, mWidth, 0, 0, mWidth, mHeight); in createImage()
|
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_dump_layers.cpp | 339 tempSkBmp->setPixels((void*)hnd->base); in dumpLayer()
|
/aosp12/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/ |
H A D | Main.java | 319 out.setPixels(pixels, left, w, 0, p, tw, h);
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | WallpaperColors.java | 555 source.setPixels(pixels, 0, source.getWidth(), 0, 0, source.getWidth(), in calculateDarkHints()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
H A D | SpecialCharSequenceMgr.java | 465 bitmap.setPixels(column, 0, 1, i, 0, 1, height); in generateBarcode()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 2071 public void setPixels(@ColorInt int[] pixels, int offset, int stride, in setPixels() method in Bitmap
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger.cpp | 2792 builder.setPixels(resolution); in processDisplayAdded()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 14741 method public void setPixels(@ColorInt int[], int, int, int, int, int, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 10474 method public void setPixels(int[], int, int, int, int, int, int);
|