Searched refs:dstBitmap (Results 1 – 5 of 5) sorted by relevance
171 Bitmap dstBitmap = Bitmap.createBitmap(dstImage.getWidth(), dstImage.getHeight(), config); in cpuImageCopy() local172 Canvas canvas = new Canvas(dstBitmap); in cpuImageCopy()181 dstImage.setBitmap(dstBitmap); in cpuImageCopy()
438 int x, int y, int width, int height, const SkBitmap& dstBitmap) { in SetPixels() argument439 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()
110 const SkBitmap& dstBitmap);
669 /*package*/ static void nativeCopyColorSpace(long srcBitmap, long dstBitmap) { in nativeCopyColorSpace() argument
1992 private static native void nativeCopyColorSpace(long srcBitmap, long dstBitmap); in nativeCopyColorSpace() argument