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

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPicture.java 61 return nativeGetWidth(mNativeAwPicture);
90 private native int nativeGetWidth(int nativeAwPicture);
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 73 return nativeGetWidth(mNativeLargeBitmap);
125 private static native int nativeGetWidth(int lbm);
BitmapRegionDecoder.java 197 return nativeGetWidth(mNativeBitmapRegionDecoder);
260 private static native int nativeGetWidth(int lbm);
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 263 static int nativeGetWidth(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) {
282 { "nativeGetWidth", "(I)I", (void*)nativeGetWidth},

Completed in 232 milliseconds