OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
104
return
nativeGetWidth
(mNativePicture);
176
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
213
static jint
nativeGetWidth
(JNIEnv* env, jobject, jlong brdHandle) {
234
{ "
nativeGetWidth
", "(J)I", (void*)
nativeGetWidth
},
/frameworks/base/core/java/android/view/
Surface.java
56
private static native int
nativeGetWidth
(long nativeObject);
364
nativeGetWidth
(mNativeObject),
/frameworks/base/media/java/android/media/
ImageReader.java
723
width =
nativeGetWidth
();
[
all
...]
ImageWriter.java
657
mWidth =
nativeGetWidth
();
804
private synchronized native int
nativeGetWidth
();
[
all
...]
/frameworks/base/core/jni/
android_view_Surface.cpp
464
static jint
nativeGetWidth
(JNIEnv* env, jclass clazz, jlong nativeObject) {
563
{"
nativeGetWidth
", "(J)I", (void*)
nativeGetWidth
},
Completed in 207 milliseconds