Home
last modified time | relevance | path

Searched refs:dstBitmap (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameImage2D.java171 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()
/frameworks/base/core/jni/android/graphics/
DBitmap.cpp438 int x, int y, int width, int height, const SkBitmap& dstBitmap) { in SetPixels() argument
439 void* dst = dstBitmap.getPixels(); in SetPixels()
440 FromColorProc proc = ChooseFromColorProc(dstBitmap); in SetPixels()
450 dst = dstBitmap.getAddr(x, y); in SetPixels()
452 SkColorSpace* colorSpace = dstBitmap.colorSpace(); in SetPixels()
453 if (dstBitmap.colorType() == kRGBA_F16_SkColorType || in SetPixels()
459 dst = (char*)dst + dstBitmap.rowBytes(); in SetPixels()
476 dst = (char*)dst + dstBitmap.rowBytes(); in SetPixels()
480 dstBitmap.notifyPixelsChanged(); in SetPixels()
DGraphicsJNI.h110 const SkBitmap& dstBitmap);
/frameworks/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java669 /*package*/ static void nativeCopyColorSpace(long srcBitmap, long dstBitmap) { in nativeCopyColorSpace() argument
/frameworks/base/graphics/java/android/graphics/
DBitmap.java1992 private static native void nativeCopyColorSpace(long srcBitmap, long dstBitmap); in nativeCopyColorSpace() argument