Searched refs:ABitmap_copy (Results 1 – 3 of 3) sorted by relevance
50 ANDROID_API ABitmap* ABitmap_copy(ABitmap* srcBitmap, AndroidBitmapFormat dstFormat);115 return Bitmap(ABitmap_copy(mBitmap, dstFormat)); in copy()
6 ABitmap_copy;
111 ABitmap* ABitmap_copy(ABitmap* srcBitmapHandle, AndroidBitmapFormat dstFormat) { in ABitmap_copy() function