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

  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 40 static void rect_to_jrectf(const SkRect&, JNIEnv*, jobject jrectf);
Path.cpp 100 GraphicsJNI::rect_to_jrectf(rect, env, jrect);
107 GraphicsJNI::rect_to_jrectf(bounds, env, jbounds);
Matrix.cpp 264 GraphicsJNI::rect_to_jrectf(dst_, env, dst);
Graphics.cpp 251 void GraphicsJNI::rect_to_jrectf(const SkRect& r, JNIEnv* env, jobject obj) function in class:GraphicsJNI

Completed in 586 milliseconds