Searched refs:jrectf_to_rect (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPath.cpp157 GraphicsJNI::jrectf_to_rect(env, oval, &oval_);
169 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
183 GraphicsJNI::jrectf_to_rect(env, oval, &oval_);
196 GraphicsJNI::jrectf_to_rect(env, oval, &oval_);
205 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
214 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
H A DCanvas.cpp119 GraphicsJNI::jrectf_to_rect(env, bounds, &storage);
139 GraphicsJNI::jrectf_to_rect(env, bounds, &storage);
246 return c->clipRect(*GraphicsJNI::jrectf_to_rect(env, rectf, &tmp));
284 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
390 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
407 GraphicsJNI::jrectf_to_rect(env, joval, &oval);
421 GraphicsJNI::jrectf_to_rect(env, joval, &oval);
430 GraphicsJNI::jrectf_to_rect(env, jrect, &rect);
519 GraphicsJNI::jrectf_to_rect(env, dstRectF, &dst);
H A DMatrix.cpp229 GraphicsJNI::jrectf_to_rect(env, src, &src_);
231 GraphicsJNI::jrectf_to_rect(env, dst, &dst_);
310 GraphicsJNI::jrectf_to_rect(env, src, &src_);
H A DGraphicsJNI.h29 static SkRect* jrectf_to_rect(JNIEnv*, jobject jrectf, SkRect*);
H A DNinePatch.cpp123 GraphicsJNI::jrectf_to_rect(env, boundsRectF, &bounds);
H A DGraphics.cpp218 SkRect* GraphicsJNI::jrectf_to_rect(JNIEnv* env, jobject obj, SkRect* r) function in class:GraphicsJNI

Completed in 75 milliseconds