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 54 static void rect_to_jrectf(const SkRect&, JNIEnv*, jobject jrectf);
Path.cpp 72 GraphicsJNI::rect_to_jrectf(bounds, env, jbounds);
476 GraphicsJNI::rect_to_jrectf(rect, env, jrect);
Matrix.cpp 84 GraphicsJNI::rect_to_jrectf(dst_, env, dst);
Graphics.cpp 275 void GraphicsJNI::rect_to_jrectf(const SkRect& r, JNIEnv* env, jobject obj) function in class:GraphicsJNI

Completed in 590 milliseconds