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

/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java73 return nativeGetWidth(mNativeLargeBitmap);
125 private static native int nativeGetWidth(int lbm); method in class:LargeBitmap
H A DBitmapRegionDecoder.java199 return nativeGetWidth(mNativeBitmapRegionDecoder);
262 private static native int nativeGetWidth(int lbm); method in class:BitmapRegionDecoder
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp267 static int nativeGetWidth(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) { function
286 { "nativeGetWidth", "(I)I", (void*)nativeGetWidth},

Completed in 46 milliseconds