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.java199 return nativeGetHeight(mNativeBitmapRegionDecoder);
252 private static native int nativeGetHeight(int lbm); method in class:BitmapRegionDecoder
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp250 static int nativeGetHeight(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) { function
271 { "nativeGetHeight", "(I)I", (void*)nativeGetHeight},

Completed in 9521 milliseconds