Home
last modified time | relevance | path

Searched defs:hasGainmap (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmapRegionDecoder.cpp148 bool hasGainmap() { return mGainmapBRD != nullptr; } in hasGainmap() function in android::BitmapRegionDecoderWrapper
331 bool hasGainmap = brd->hasGainmap(); in nativeDecodeRegion() local
H A DBitmapFactory.cpp617 bool hasGainmap = false; in doDecode() local
H A DBitmap.cpp379 const bool hasGainmap = original.hasGainmap(); in Bitmap_copy() local
/aosp14/frameworks/base/libs/hwui/hwui/
H A DBitmap.h127 bool hasGainmap() const { return mGainmap.get() != nullptr; } in hasGainmap() function
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1955 public boolean hasGainmap() { in hasGainmap() method in Bitmap