HomeSort by relevance Sort by last modified time
    Searched refs:nativeDecodeAsset (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 450 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 390 static jobject nativeDecodeAsset(JNIEnv* env, jobject clazz,
503 { "nativeDecodeAsset",
505 (void*)nativeDecodeAsset

Completed in 33 milliseconds