Searched refs:dstBitmap (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/libs/hwui/apex/ |
H A D | android_bitmap.cpp | 119 sk_sp<Bitmap> dstBitmap = in ABitmap_copy() local 121 if (dstBitmap && srcBitmap.readPixels(dstBitmap->info(), dstBitmap->pixels(), in ABitmap_copy() 122 dstBitmap->rowBytes(), 0, 0)) { in ABitmap_copy() 123 return TypeCast::toABitmap(dstBitmap.release()); in ABitmap_copy()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | FrameImage2D.java | 171 Bitmap dstBitmap = Bitmap.createBitmap(dstImage.getWidth(), dstImage.getHeight(), config); in cpuImageCopy() local 172 Canvas canvas = new Canvas(dstBitmap); in cpuImageCopy() 181 dstImage.setBitmap(dstBitmap); in cpuImageCopy()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | GraphicsJNI.h | 142 SkBitmap* dstBitmap);
|
H A D | Bitmap.cpp | 267 int x, int y, int width, int height, SkBitmap* dstBitmap) { in SetPixels() argument 276 dstBitmap->writePixels(srcPM, x, y); in SetPixels()
|