Searched refs:set_jrect (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DGraphicsJNI.h35 static void set_jrect(JNIEnv*, jobject jrect, int L, int T, int R, int B);
H A DBitmapFactory.cpp410 GraphicsJNI::set_jrect(env, padding,
414 GraphicsJNI::set_jrect(env, padding, -1, -1, -1, -1);
H A DGraphics.cpp200 void GraphicsJNI::set_jrect(JNIEnv* env, jobject obj, int L, int T, int R, int B) function in class:GraphicsJNI

Completed in 102 milliseconds