Searched refs:srcBitmap (Results 1 – 3 of 3) sorted by relevance
111 SkBitmap srcBitmap; in ABitmap_copy() local112 TypeCast::toBitmap(srcBitmapHandle)->getSkBitmap(&srcBitmap); in ABitmap_copy()115 Bitmap::allocateHeapBitmap(srcBitmap.info().makeColorType(dstColorType)); in ABitmap_copy()116 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);