Home
last modified time | relevance | path

Searched refs:rect_to_jrectf (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DPath.cpp82 GraphicsJNI::rect_to_jrectf(rect_, env, rect); in isRect()
88 GraphicsJNI::rect_to_jrectf(bounds_, env, bounds); in computeBounds()
DGraphicsJNI.h37 static void rect_to_jrectf(const SkRect&, JNIEnv*, jobject jrectf);
DMatrix.cpp312 GraphicsJNI::rect_to_jrectf(dst_, env, dst); in mapRect__RectFRectF()
DGraphics.cpp242 void GraphicsJNI::rect_to_jrectf(const SkRect& r, JNIEnv* env, jobject obj) in rect_to_jrectf() function in GraphicsJNI