HomeSort by relevance Sort by last modified time
    Searched refs:jrectf_to_rect (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/jni/android/graphics/
Path.cpp 157 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_);
Canvas.cpp 145 GraphicsJNI::jrectf_to_rect(env, bounds, &storage);
165 GraphicsJNI::jrectf_to_rect(env, bounds, &storage);
272 return c->clipRect(*GraphicsJNI::jrectf_to_rect(env, rectf, &tmp));
310 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
416 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
433 GraphicsJNI::jrectf_to_rect(env, joval, &oval);
447 GraphicsJNI::jrectf_to_rect(env, joval, &oval);
456 GraphicsJNI::jrectf_to_rect(env, jrect, &rect);
545 GraphicsJNI::jrectf_to_rect(env, dstRectF, &dst);
    [all...]
Matrix.cpp 229 GraphicsJNI::jrectf_to_rect(env, src, &src_);
231 GraphicsJNI::jrectf_to_rect(env, dst, &dst_);
310 GraphicsJNI::jrectf_to_rect(env, src, &src_);
GraphicsJNI.h 29 static SkRect* jrectf_to_rect(JNIEnv*, jobject jrectf, SkRect*);
NinePatch.cpp 123 GraphicsJNI::jrectf_to_rect(env, boundsRectF, &bounds);
Graphics.cpp 218 SkRect* GraphicsJNI::jrectf_to_rect(JNIEnv* env, jobject obj, SkRect* r) function in class:GraphicsJNI
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 890 static SkRect jrectf_to_rect(JNIEnv* env, jobject obj) function in namespace:android
894 GraphicsJNI::jrectf_to_rect(env, obj, &rect);
903 SkRect visibleContentRect = jrectf_to_rect(env, visible);
914 SkRect visibleContentRect = jrectf_to_rect(env, jvisiblecontentrect);
    [all...]

Completed in 64 milliseconds