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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameImage2D.java171 Bitmap dstBitmap = Bitmap.createBitmap(dstImage.getWidth(), dstImage.getHeight(), config);
172 Canvas canvas = new Canvas(dstBitmap);
181 dstImage.setBitmap(dstBitmap);
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp438 int x, int y, int width, int height, const SkBitmap& dstBitmap) {
439 void* dst = dstBitmap.getPixels();
440 FromColorProc proc = ChooseFromColorProc(dstBitmap);
450 dst = dstBitmap.getAddr(x, y);
452 SkColorSpace* colorSpace = dstBitmap.colorSpace();
453 if (dstBitmap.colorType() == kRGBA_F16_SkColorType ||
459 dst = (char*)dst + dstBitmap.rowBytes();
476 dst = (char*)dst + dstBitmap.rowBytes();
480 dstBitmap.notifyPixelsChanged();
437 SetPixels(JNIEnv* env, jintArray srcColors, int srcOffset, int srcStride, int x, int y, int width, int height, const SkBitmap& dstBitmap) argument
H A DGraphicsJNI.h102 Whether to use premultiplied pixels is determined by dstBitmap's alphaType.
106 const SkBitmap& dstBitmap);
/frameworks/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java670 /*package*/ static void nativeCopyColorSpace(long srcBitmap, long dstBitmap) { argument
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java2099 private static native void nativeCopyColorSpace(long srcBitmap, long dstBitmap); argument

Completed in 17 milliseconds