/frameworks/base/core/tests/coretests/src/android/graphics/ |
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()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | DisplayCreationArgs.h | 70 DisplayCreationArgsBuilder& setPixels(ui::Size pixels) { in setPixels() function
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/ |
D | QrCodeGenerator.kt | 80 setPixels(pixels, 0, size, 0, 0, size, size) in encodeQrCode()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | CommitAndCompositeTest.h | 49 .setPixels({DEFAULT_DISPLAY_WIDTH, DEFAULT_DISPLAY_HEIGHT}) in SetUp()
|
D | FakeDisplayInjector.h | 71 .setPixels(kResolution)
|
D | DisplayTransactionTestHelpers.h | 269 .setPixels(RESOLUTION) 406 .setPixels(DisplayVariant::RESOLUTION) 579 .setPixels(Base::RESOLUTION) 628 .setPixels(Base::RESOLUTION)
|
D | TestableSurfaceFlinger.h | 602 .setPixels(kResolution) in createVirtualDisplayDevice()
|
D | CompositionTest.cpp | 268 .setPixels({DEFAULT_DISPLAY_WIDTH, DEFAULT_DISPLAY_HEIGHT}) in setupPreconditions()
|
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | BitmapMutateActivity.java | 102 mBitmap1.setPixels(mPixels, 0, width, 0, 0, width, height); in onDraw()
|
/frameworks/base/libs/hwui/apex/ |
D | android_canvas.cpp | 54 outBitmap->setPixels(buffer->bits); in convert()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | DisplayTest.cpp | 178 .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/ |
D | RGBZ.java | 207 dest.setPixels(orig_data, 0, w, 0, 0, w, h); in setAlphaChannelFromBitmap()
|
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/ |
D | GenImage.java | 257 bmp.setPixels(ib.array(), 0, 512, 0, 0, 512, 512); in draw()
|
/frameworks/base/core/java/android/app/ |
D | WallpaperColors.java | 605 source.setPixels(pixels, 0, source.getWidth(), 0, 0, source.getWidth(), in calculateDarkHints()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderSessionImpl.java | 537 … mBitmap.setPixels(imageData, 0, mImage.getWidth(), 0, 0, mImage.getWidth(), mImage.getHeight()); in renderAndBuildResult()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 2318 public void setPixels(@NonNull @ColorInt int[] pixels, int offset, int stride, in setPixels() method in Bitmap
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 3827 builder.setPixels(resolution); in processDisplayAdded()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10474 method public void setPixels(int[], int, int, int, int, int, int);
|
/frameworks/base/core/api/ |
D | current.txt | 15524 method public void setPixels(@ColorInt @NonNull int[], int, int, int, int, int, int);
|