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

  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 56 return nativeDecodeRegion(mNativeLargeBitmap, rect.left, rect.top,
112 private static native Bitmap nativeDecodeRegion(long nativeLbm,
BitmapRegionDecoder.java 188 return nativeDecodeRegion(mNativeBitmapRegionDecoder, rect.left, rect.top,
257 private static native Bitmap nativeDecodeRegion(long lbm,
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 172 static jobject nativeDecodeRegion(JNIEnv* env, jobject, jlong brdHandle,
279 { "nativeDecodeRegion",
281 (void*)nativeDecodeRegion},

Completed in 487 milliseconds