Searched refs:irect_to_jrect (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Region.cpp | 78 GraphicsJNI::irect_to_jrect(region->getBounds(), env, rectBounds); in Region_getBounds() 304 GraphicsJNI::irect_to_jrect(pair->fIter.rect(), env, rectObject); in RegionIter_next()
|
H A D | GraphicsJNI.h | 70 static void irect_to_jrect(const SkIRect&, JNIEnv*, jobject jrect);
|
H A D | Graphics.cpp | 279 void GraphicsJNI::irect_to_jrect(const SkIRect& ir, JNIEnv* env, jobject obj) in irect_to_jrect() function in GraphicsJNI
|
H A D | android_graphics_Canvas.cpp | 175 (void)GraphicsJNI::irect_to_jrect(ir, env, bounds); in getClipBounds()
|
H A D | Paint.cpp | 354 GraphicsJNI::irect_to_jrect(ir, env, bounds); in doTextBounds()
|
/aosp12/frameworks/base/libs/hwui/jni/text/ |
H A D | MeasuredText.cpp | 130 GraphicsJNI::irect_to_jrect(ir, env, bounds); in nGetBounds()
|