Searched defs:nativeDecodeRegion (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java56 return nativeDecodeRegion(mNativeLargeBitmap, rect.left, rect.top,
112 private static native Bitmap nativeDecodeRegion(long nativeLbm, method in class:LargeBitmap
H A DBitmapRegionDecoder.java188 return nativeDecodeRegion(mNativeBitmapRegionDecoder, rect.left, rect.top,
257 private static native Bitmap nativeDecodeRegion(long lbm, method in class:BitmapRegionDecoder
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp172 static jobject nativeDecodeRegion(JNIEnv* env, jobject, jlong brdHandle, function
280 { "nativeDecodeRegion",
282 (void*)nativeDecodeRegion},

Completed in 80 milliseconds