Searched refs:bitmapFactoryOptions (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | BitmapFactory.cpp | 693 … jobject padding, jobject bitmapFactoryOptions, jlong inBitmapHandle, jlong colorSpaceHandle) { in nativeDecodeFileDescriptor() argument 731 return doDecode(env, std::move(fileStream), padding, bitmapFactoryOptions, in nativeDecodeFileDescriptor() 741 return doDecode(env, std::move(stream), padding, bitmapFactoryOptions, inBitmapHandle, in nativeDecodeFileDescriptor()
|