Searched refs:srcBitmap (Results 1 – 4 of 4) sorted by relevance
107 SkBitmap srcBitmap; in ABitmap_copy() local108 TypeCast::toBitmap(srcBitmapHandle)->getSkBitmap(&srcBitmap); in ABitmap_copy()111 Bitmap::allocateHeapBitmap(srcBitmap.info().makeColorType(dstColorType)); in ABitmap_copy()112 if (dstBitmap && srcBitmap.readPixels(dstBitmap->info(), dstBitmap->pixels(), in ABitmap_copy()
177 Bitmap srcBitmap = srcImage.toBitmap(); in cpuImageCopy() local178 canvas.drawBitmap(srcBitmap, srcIRect, dstIRect, paint); in cpuImageCopy()
50 ANDROID_API ABitmap* ABitmap_copy(ABitmap* srcBitmap, AndroidBitmapFormat dstFormat);
257 /*package*/ static Bitmap nativeCopy(long srcBitmap, int nativeConfig, boolean isMutable) { in nativeCopy() argument258 Bitmap_Delegate srcBmpDelegate = sManager.getDelegate(srcBitmap); in nativeCopy()