Home
last modified time | relevance | path

Searched defs:innerRy (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/libs/hwui/hwui/
H A DCanvas.cpp189 float innerRy, const Paint& paint) { in drawDoubleRoundRectXY()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DBaseRecordingCanvas.java401 @NonNull RectF inner, float innerRx, float innerRy, @NonNull Paint paint) { in drawDoubleRoundRect()
685 float innerBottom, float innerRx, float innerRy, long nativePaint); in nDrawDoubleRoundRect()
H A DBaseCanvas.java412 @NonNull RectF inner, float innerRx, float innerRy, @NonNull Paint paint) { in drawDoubleRoundRect()
778 float innerRy, long nativePaint); in nDrawDoubleRoundRect()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DBaseCanvas_Delegate.java335 float innerRy, long nativePaint) { in nDrawDoubleRoundRect()
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Canvas.cpp302 jfloat innerBottom, jfloat innerRx, jfloat innerRy, jlong paintHandle) { in drawDoubleRoundRectXY()