Searched refs:jrect_to_rect (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | NinePatch.cpp | 95 GraphicsJNI::jrect_to_rect(env, dstRect, &dst); in getTransparentRegion()
|
H A D | AnimatedImageDrawable.cpp | 252 GraphicsJNI::jrect_to_rect(env, jrect, &rect); in AnimatedImageDrawable_nSetBounds()
|
H A D | GraphicsJNI.h | 77 static SkRect* jrect_to_rect(JNIEnv*, jobject jrect, SkRect*);
|
H A D | android_graphics_drawable_VectorDrawable.cpp | 110 GraphicsJNI::jrect_to_rect(env, jrect, &rect); in draw()
|
H A D | Graphics.cpp | 307 SkRect* GraphicsJNI::jrect_to_rect(JNIEnv* env, jobject obj, SkRect* r) in jrect_to_rect() function in GraphicsJNI
|