OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeGetHeight
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPicture.java
65
return
nativeGetHeight
(mNativeAwPicture);
90
private native int
nativeGetHeight
(long 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
258
static int
nativeGetHeight
(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) {
279
{ "
nativeGetHeight
", "(I)I", (void*)
nativeGetHeight
},
Completed in 830 milliseconds