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

/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java66 return nativeDecodeRegion(mNativeLargeBitmap, rect.left, rect.top,
122 private static native Bitmap nativeDecodeRegion(int lbm, method in class:LargeBitmap
H A DBitmapRegionDecoder.java186 return nativeDecodeRegion(mNativeBitmapRegionDecoder, rect.left, rect.top,
248 private static native Bitmap nativeDecodeRegion(int lbm, method in class:BitmapRegionDecoder
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp182 static jobject nativeDecodeRegion(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd, function
267 { "nativeDecodeRegion",
269 (void*)nativeDecodeRegion},

Completed in 7214 milliseconds