OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doDecode
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp
226
static jobject
doDecode
(JNIEnv* env, SkStreamRewindable* stream, jobject padding,
507
bitmap =
doDecode
(env, bufferedStream, padding, options, false, false);
566
return
doDecode
(env, stream, padding, bitmapFactoryOptions, isPurgeable);
590
return
doDecode
(env, stream, padding, options, forcePurgeable, forcePurgeable);
605
return
doDecode
(env, stream, NULL, options, purgeable);
/external/zxing/core/
core.jar
Completed in 142 milliseconds