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

Completed in 181 milliseconds