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

/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java79 return nativeGetHeight(mNativeLargeBitmap);
126 private static native int nativeGetHeight(int lbm); method in class:LargeBitmap
H A DBitmapRegionDecoder.java207 return nativeGetHeight(mNativeBitmapRegionDecoder);
263 private static native int nativeGetHeight(int lbm); method in class:BitmapRegionDecoder
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp263 static int nativeGetHeight(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) { function
284 { "nativeGetHeight", "(I)I", (void*)nativeGetHeight},

Completed in 1225 milliseconds