Searched defs:dstBitmap (Results 1 – 4 of 4) sorted by relevance
171 Bitmap dstBitmap = Bitmap.createBitmap(dstImage.getWidth(), dstImage.getHeight(), config); in cpuImageCopy() local
670 /*package*/ static void nativeCopyColorSpace(long srcBitmap, long dstBitmap) { in nativeCopyColorSpace()
2099 private static native void nativeCopyColorSpace(long srcBitmap, long dstBitmap); in nativeCopyColorSpace()
438 int x, int y, int width, int height, const SkBitmap& dstBitmap) { in SetPixels()