[go: nahoru, domu]

Searched refs: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.cpp125 static jobject nativeDecodeRegion(JNIEnv* env, jobject, jlong brdHandle, jint inputX, function
228 { "nativeDecodeRegion",
230 (void*)nativeDecodeRegion},

Completed in 66 milliseconds