Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp513 jobject padding, jobject bitmapFactoryOptions) { in nativeDecodeFileDescriptor() argument
540 bool isPurgeable = optionsPurgeable(env, bitmapFactoryOptions) in nativeDecodeFileDescriptor()
541 && optionsShareable(env, bitmapFactoryOptions); in nativeDecodeFileDescriptor()
566 return doDecode(env, stream, padding, bitmapFactoryOptions, isPurgeable); in nativeDecodeFileDescriptor()