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