Searched refs:purgeable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp223 // since we "may" create a purgeable imageref, we require the stream be ref'able
506 // for now we don't allow purgeable with java inputstreams
538 // Retain the old behavior of allowing purgeable if both purgeable and
601 bool purgeable = optionsPurgeable(env, options) && !optionsJustBounds(env, options); local
603 SkMemoryStream* stream = new SkMemoryStream(ar.ptr() + offset, length, purgeable);
605 return doDecode(env, stream, NULL, options, purgeable);

Completed in 52 milliseconds