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