Searched refs:get_jrect (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | GraphicsJNI.h | 36 static void get_jrect(JNIEnv*, jobject jrect, int* L, int* T, int* R, int* B);
|
D | Graphics.cpp | 190 void GraphicsJNI::get_jrect(JNIEnv* env, jobject obj, int* L, int* T, int* R, int* B) in get_jrect() function in GraphicsJNI
|