HomeSort by relevance Sort by last modified time
    Searched refs:nativeGetHeight (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPicture.java 66 return nativeGetHeight(mNativeAwPicture);
91 private native int nativeGetHeight(int nativeAwPicture);
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 79 return nativeGetHeight(mNativeLargeBitmap);
126 private static native int nativeGetHeight(int lbm);
BitmapRegionDecoder.java 205 return nativeGetHeight(mNativeBitmapRegionDecoder);
261 private static native int nativeGetHeight(int lbm);
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 259 static int nativeGetHeight(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) {
280 { "nativeGetHeight", "(I)I", (void*)nativeGetHeight},

Completed in 541 milliseconds