Home
last modified time | relevance | path

Searched refs:allocateHardwareGainmap (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DGainmap.h30 static sp<Gainmap> allocateHardwareGainmap(const sp<Gainmap>& srcGainmap);
H A DGainmap.cpp20 sp<Gainmap> Gainmap::allocateHardwareGainmap(const sp<Gainmap>& srcGainmap) { in allocateHardwareGainmap() function in android::uirenderer::Gainmap
/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmapRegionDecoder.cpp365 auto gm = uirenderer::Gainmap::allocateHardwareGainmap(gainmap); in nativeDecodeRegion()
H A DImageDecoder.cpp483 auto gm = uirenderer::Gainmap::allocateHardwareGainmap(nativeBitmap->gainmap()); in ImageDecoder_nDecodeBitmap()
H A DBitmapFactory.cpp656 auto gm = uirenderer::Gainmap::allocateHardwareGainmap(gainmap); in doDecode()
H A DBitmap.cpp389 auto gm = uirenderer::Gainmap::allocateHardwareGainmap(original.gainmap()); in Bitmap_copy()