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 31 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);
Graphics.cpp 240 void GraphicsJNI::rect_to_jrectf(const SkRect& r, JNIEnv* env, jobject obj) function in class:GraphicsJNI
Matrix.cpp 312 GraphicsJNI::rect_to_jrectf(dst_, env, dst);

Completed in 73 milliseconds