Searched refs:rect_to_jrectf (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 82 GraphicsJNI::rect_to_jrectf(rect_, env, rect); in isRect() 88 GraphicsJNI::rect_to_jrectf(bounds_, env, bounds); in computeBounds()
|
D | GraphicsJNI.h | 37 static void rect_to_jrectf(const SkRect&, JNIEnv*, jobject jrectf);
|
D | Matrix.cpp | 312 GraphicsJNI::rect_to_jrectf(dst_, env, dst); in mapRect__RectFRectF()
|
D | Graphics.cpp | 242 void GraphicsJNI::rect_to_jrectf(const SkRect& r, JNIEnv* env, jobject obj) in rect_to_jrectf() function in GraphicsJNI
|