Searched refs:dstFormat (Results 1 – 2 of 2) sorted by relevance
50 ANDROID_API ABitmap* ABitmap_copy(ABitmap* srcBitmap, AndroidBitmapFormat dstFormat);114 Bitmap copy(AndroidBitmapFormat dstFormat) const { in copy() argument115 return Bitmap(ABitmap_copy(mBitmap, dstFormat)); in copy()
113 ABitmap* ABitmap_copy(ABitmap* srcBitmapHandle, AndroidBitmapFormat dstFormat) { in ABitmap_copy() argument114 SkColorType dstColorType = getColorType(dstFormat); in ABitmap_copy()