Home
last modified time | relevance | path

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

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