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.java188 return nativeDecodeRegion(mNativeBitmapRegionDecoder, rect.left, rect.top,
257 private static native Bitmap nativeDecodeRegion(int lbm, method in class:BitmapRegionDecoder
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp173 static jobject nativeDecodeRegion(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd, function
276 { "nativeDecodeRegion",
278 (void*)nativeDecodeRegion},

Completed in 1232 milliseconds