Home
last modified time | relevance | path

Searched refs:get_jrect (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h34 static void get_jrect(JNIEnv*, jobject jrect, int* L, int* T, int* R, int* B);
DGraphics.cpp190 void GraphicsJNI::get_jrect(JNIEnv* env, jobject obj, int* L, int* T, int* R, int* B) in get_jrect() function in GraphicsJNI