Searched refs:set_jrect (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | GraphicsJNI.h | 47 static void set_jrect(JNIEnv*, jobject jrect, int L, int T, int R, int B);
|
D | BitmapFactory.cpp | 515 GraphicsJNI::set_jrect(env, padding, in doDecode() 519 GraphicsJNI::set_jrect(env, padding, -1, -1, -1, -1); in doDecode()
|
D | Graphics.cpp | 222 void GraphicsJNI::set_jrect(JNIEnv* env, jobject obj, int L, int T, int R, int B) in set_jrect() function in GraphicsJNI
|