Searched refs:dstBitmap (Results 1 - 5 of 5) sorted by relevance
/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); 172 Canvas canvas = new Canvas(dstBitmap); 181 dstImage.setBitmap(dstBitmap);
|
/frameworks/base/core/jni/android/graphics/ |
H A D | Bitmap.cpp | 438 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 D | GraphicsJNI.h | 102 Whether to use premultiplied pixels is determined by dstBitmap's alphaType. 106 const SkBitmap& dstBitmap);
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Bitmap_Delegate.java | 670 /*package*/ static void nativeCopyColorSpace(long srcBitmap, long dstBitmap) { argument
|
/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 2099 private static native void nativeCopyColorSpace(long srcBitmap, long dstBitmap); argument
|
Completed in 17 milliseconds