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

  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 63 return nativeGetWidth(mNativeLargeBitmap);
115 private static native int nativeGetWidth(long nativeLbm);
Picture.java 100 return nativeGetWidth(mNativePicture);
180 private static native int nativeGetWidth(long nativePicture);
BitmapRegionDecoder.java 197 return nativeGetWidth(mNativeBitmapRegionDecoder);
260 private static native int nativeGetWidth(long lbm);
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 255 static jint nativeGetWidth(JNIEnv* env, jobject, jlong brdHandle) {
274 { "nativeGetWidth", "(J)I", (void*)nativeGetWidth},
  /frameworks/base/core/java/android/view/
Surface.java 56 private static native int nativeGetWidth(long nativeObject);
333 nativeGetWidth(mNativeObject),
  /frameworks/base/media/java/android/media/
ImageReader.java 689 width = nativeGetWidth(mFormat);
849 private synchronized native int nativeGetWidth(int format);
ImageWriter.java 634 mWidth = nativeGetWidth();
781 private synchronized native int nativeGetWidth();
  /frameworks/base/core/jni/
android_view_Surface.cpp 449 static jint nativeGetWidth(JNIEnv* env, jclass clazz, jlong nativeObject) {
538 {"nativeGetWidth", "(J)I", (void*)nativeGetWidth },

Completed in 686 milliseconds