Home
last modified time | relevance | path

Searched refs:extractGainmap (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/hwui/
DImageDecoder.h82 SkCodec::Result extractGainmap(Bitmap* destination, bool isShared);
DImageDecoder.cpp501 SkCodec::Result ImageDecoder::extractGainmap(Bitmap* destination, bool isShared) { in extractGainmap() function in ImageDecoder
/frameworks/base/libs/hwui/jni/
DImageDecoder.cpp367 result = decoder->extractGainmap(nativeBitmap.get(), in ImageDecoder_nDecodeBitmap()