HomeSort by relevance Sort by last modified time
    Searched refs:set_jrect (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 33 static void set_jrect(JNIEnv*, jobject jrect, int L, int T, int R, int B);
BitmapFactory.cpp 416 GraphicsJNI::set_jrect(env, padding,
420 GraphicsJNI::set_jrect(env, padding, -1, -1, -1, -1);
Graphics.cpp 198 void GraphicsJNI::set_jrect(JNIEnv* env, jobject obj, int L, int T, int R, int B) function in class:GraphicsJNI

Completed in 6778 milliseconds