/frameworks/base/core/jni/android/graphics/ |
Region.cpp | 79 GraphicsJNI::irect_to_jrect(region->getBounds(), env, rectBounds); 298 GraphicsJNI::irect_to_jrect(pair->fIter.rect(), env, rectObject);
|
GraphicsJNI.h | 50 static void irect_to_jrect(const SkIRect&, JNIEnv*, jobject jrect);
|
Graphics.cpp | 243 void GraphicsJNI::irect_to_jrect(const SkIRect& ir, JNIEnv* env, jobject obj) function in class:GraphicsJNI
|
Paint.cpp | 364 GraphicsJNI::irect_to_jrect(ir, env, bounds); [all...] |
/frameworks/base/core/jni/ |
android_graphics_Canvas.cpp | 161 (void)GraphicsJNI::irect_to_jrect(ir, env, bounds);
|