Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp100 static bool optionsJustBounds(JNIEnv* env, jobject options) { in optionsJustBounds() function
245 if (optionsJustBounds(env, options)) { in doDecode()
601 bool purgeable = optionsPurgeable(env, options) && !optionsJustBounds(env, options); in nativeDecodeByteArray()