Home
last modified time | relevance | path

Searched refs:setPixels (Results 1 – 23 of 23) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/
H A DBitmapTest.java198 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 DDisplayTest.cpp168 .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 DDisplayCreationArgs.h77 DisplayCreationArgsBuilder& setPixels(ui::Size pixels) { in setPixels() function
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DBitmapTransformer.java65 resultBitmap.setPixels( in applyFillTransformation()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapMutateActivity.java102 mBitmap1.setPixels(mPixels, 0, width, 0, 0, width, height); in onDraw()
/aosp12/frameworks/base/libs/hwui/apex/
H A Dandroid_canvas.cpp52 outBitmap->setPixels(buffer->bits); in convert()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DDisplayTransactionTestHelpers.h267 .setPixels({WIDTH, HEIGHT})
392 .setPixels({DisplayVariant::WIDTH, DisplayVariant::HEIGHT})
546 .setPixels({Base::WIDTH, Base::HEIGHT})
595 .setPixels({Base::WIDTH, Base::HEIGHT})
H A DDisplayTransactionTest.cpp150 .setPixels({DEFAULT_DISPLAY_WIDTH, in injectDefaultInternalDisplay()
H A DCompositionTest.cpp291 .setPixels({DEFAULT_DISPLAY_WIDTH, DEFAULT_DISPLAY_HEIGHT}) in setupPreconditions()
/aosp12/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); in setAlphaChannelFromBitmap()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
H A DColorHueView.java108 mBitmap.setPixels(mTmpBuff, 0, w, 0, 0, w, h); in fillBitmap()
H A DColorSVRectView.java107 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 DGenImage.java257 bmp.setPixels(ib.array(), 0, 512, 0, 0, 512, 512); in draw()
/aosp12/frameworks/layoutlib/bridge/src/android/view/shadow/
H A DTriangleBuffer.java95 mBitmap.setPixels(mData, 0, mWidth, 0, 0, mWidth, mHeight); in createImage()
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_dump_layers.cpp339 tempSkBmp->setPixels((void*)hnd->base); in dumpLayer()
/aosp12/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
H A DMain.java319 out.setPixels(pixels, left, w, 0, p, tw, h);
/aosp12/frameworks/base/core/java/android/app/
H A DWallpaperColors.java555 source.setPixels(pixels, 0, source.getWidth(), 0, 0, source.getWidth(), in calculateDarkHints()
/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/
H A DSpecialCharSequenceMgr.java465 bitmap.setPixels(column, 0, 1, i, 0, 1, height); in generateBarcode()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java2071 public void setPixels(@ColorInt int[] pixels, int offset, int stride, in setPixels() method in Bitmap
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2792 builder.setPixels(resolution); in processDisplayAdded()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt14741 method public void setPixels(@ColorInt int[], int, int, int, int, int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt10474 method public void setPixels(int[], int, int, int, int, int, int);