Home
last modified time | relevance | path

Searched refs:kHardware_LegacyBitmapConfig (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/libs/hwui/jni/
H A DGraphicsJNI.h44 kHardware_LegacyBitmapConfig = 7, enumerator
46 kLastEnum_LegacyBitmapConfig = kHardware_LegacyBitmapConfig
H A DBitmapRegionDecoder.cpp181 configID = GraphicsJNI::kHardware_LegacyBitmapConfig; in nativeDecodeRegion()
H A DGraphics.cpp457 return c == kHardware_LegacyBitmapConfig; in isHardwareConfig()
461 return kHardware_LegacyBitmapConfig; in hardwareLegacyBitmapConfig()
H A DBitmapFactory.cpp297 configID = GraphicsJNI::kHardware_LegacyBitmapConfig; in doDecode()