Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/graphics/
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()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DDisplayCreationArgs.h70 DisplayCreationArgsBuilder& setPixels(ui::Size pixels) { in setPixels() function
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/
DQrCodeGenerator.kt80 setPixels(pixels, 0, size, 0, 0, size, size) in encodeQrCode()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCommitAndCompositeTest.h49 .setPixels({DEFAULT_DISPLAY_WIDTH, DEFAULT_DISPLAY_HEIGHT}) in SetUp()
DFakeDisplayInjector.h71 .setPixels(kResolution)
DDisplayTransactionTestHelpers.h269 .setPixels(RESOLUTION)
406 .setPixels(DisplayVariant::RESOLUTION)
579 .setPixels(Base::RESOLUTION)
628 .setPixels(Base::RESOLUTION)
DTestableSurfaceFlinger.h602 .setPixels(kResolution) in createVirtualDisplayDevice()
DCompositionTest.cpp268 .setPixels({DEFAULT_DISPLAY_WIDTH, DEFAULT_DISPLAY_HEIGHT}) in setupPreconditions()
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DBitmapMutateActivity.java102 mBitmap1.setPixels(mPixels, 0, width, 0, 0, width, height); in onDraw()
/frameworks/base/libs/hwui/apex/
Dandroid_canvas.cpp54 outBitmap->setPixels(buffer->bits); in convert()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayTest.cpp178 .setPixels(DEFAULT_RESOLUTION) in getDisplayCreationArgsForPhysicalDisplay()
187 .setPixels(DEFAULT_RESOLUTION) in getDisplayCreationArgsForGpuVirtualDisplay()
291 .setPixels(DEFAULT_RESOLUTION) in TEST_F()
310 .setPixels(DEFAULT_RESOLUTION) in TEST_F()
329 .setPixels(DEFAULT_RESOLUTION) in TEST_F()
1045 .setPixels(DEFAULT_RESOLUTION) in createDisplay()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DRGBZ.java207 dest.setPixels(orig_data, 0, w, 0, 0, w, h); in setAlphaChannelFromBitmap()
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
DGenImage.java257 bmp.setPixels(ib.array(), 0, 512, 0, 0, 512, 512); in draw()
/frameworks/base/core/java/android/app/
DWallpaperColors.java605 source.setPixels(pixels, 0, source.getWidth(), 0, 0, source.getWidth(), in calculateDarkHints()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java537 … mBitmap.setPixels(imageData, 0, mImage.getWidth(), 0, 0, mImage.getWidth(), mImage.getHeight()); in renderAndBuildResult()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java2318 public void setPixels(@NonNull @ColorInt int[] pixels, int offset, int stride, in setPixels() method in Bitmap
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3827 builder.setPixels(resolution); in processDisplayAdded()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10474 method public void setPixels(int[], int, int, int, int, int, int);
/frameworks/base/core/api/
Dcurrent.txt15524 method public void setPixels(@ColorInt @NonNull int[], int, int, int, int, int, int);