Home
last modified time | relevance | path

Searched refs:rounded (Results 1 – 2 of 2) sorted by relevance

/lvgl-2.7.6/
DCHANGELOG.md204 A possible use-case of this system is to remove the overflowing content from the rounded edges.
206 Internally, the drawings happen by defining masks (such as rounded rectangle, line, angle).
226 - *clip corner*: crop the content on the rounded corners
/lvgl-2.7.6/src/lv_widgets/
Dlv_arc.c897 lv_style_int_t rounded = lv_obj_get_style_line_rounded(arc, part); in inv_arc_area() local
901 extra_area = rounded ? w / 2 + 2 : 0; in inv_arc_area()