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

  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 395 return nativeDecodeByteArray(data, offset, length, opts);
590 private static native Bitmap nativeDecodeByteArray(byte[] data, int offset,
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 413 static jobject nativeDecodeByteArray(JNIEnv* env, jobject, jbyteArray byteArray,
508 { "nativeDecodeByteArray",
510 (void*)nativeDecodeByteArray

Completed in 71 milliseconds