OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeDecodeAsset
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/
BitmapFactory.java
447
bm =
nativeDecodeAsset
(((AssetManager.AssetInputStream) is).getAssetInt(),
589
private static native Bitmap
nativeDecodeAsset
(int asset, Rect padding, Options opts);
/frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp
583
static jobject
nativeDecodeAsset
(JNIEnv* env, jobject clazz,
698
{ "
nativeDecodeAsset
",
700
(void*)
nativeDecodeAsset
Completed in 2192 milliseconds