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 27 static void rect_to_jrectf(const SkRect&, JNIEnv*, jobject jrectf);
Path.cpp 74 GraphicsJNI::rect_to_jrectf(rect_, env, rect);
80 GraphicsJNI::rect_to_jrectf(bounds_, env, bounds);
Graphics.cpp 253 void GraphicsJNI::rect_to_jrectf(const SkRect& r, JNIEnv* env, jobject obj) function in class:GraphicsJNI
Matrix.cpp 313 GraphicsJNI::rect_to_jrectf(dst_, env, dst);

Completed in 38 milliseconds