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/
BitmapFactory.cpp 130 GraphicsJNI::set_jrect(env, padding, chunk->paddingLeft, chunk->paddingTop,
356 GraphicsJNI::set_jrect(env, padding,
360 GraphicsJNI::set_jrect(env, padding, -1, -1, -1, -1);
GraphicsJNI.h 24 static void set_jrect(JNIEnv*, jobject jrect, int L, int T, int R, int B);
Graphics.cpp 187 void GraphicsJNI::set_jrect(JNIEnv* env, jobject obj, int L, int T, int R, int B) function in class:GraphicsJNI

Completed in 2174 milliseconds