Home
last modified time | relevance | path

Searched refs:dstFormat (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/apex/include/android/graphics/
H A Dbitmap.h50 ANDROID_API ABitmap* ABitmap_copy(ABitmap* srcBitmap, AndroidBitmapFormat dstFormat);
114 Bitmap copy(AndroidBitmapFormat dstFormat) const { in copy() argument
115 return Bitmap(ABitmap_copy(mBitmap, dstFormat)); in copy()
/aosp14/frameworks/base/libs/hwui/apex/
H A Dandroid_bitmap.cpp113 ABitmap* ABitmap_copy(ABitmap* srcBitmapHandle, AndroidBitmapFormat dstFormat) { in ABitmap_copy() argument
114 SkColorType dstColorType = getColorType(dstFormat); in ABitmap_copy()