Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h47 static void set_jrect(JNIEnv*, jobject jrect, int L, int T, int R, int B);
DBitmapFactory.cpp515 GraphicsJNI::set_jrect(env, padding, in doDecode()
519 GraphicsJNI::set_jrect(env, padding, -1, -1, -1, -1); in doDecode()
DGraphics.cpp222 void GraphicsJNI::set_jrect(JNIEnv* env, jobject obj, int L, int T, int R, int B) in set_jrect() function in GraphicsJNI