Home
last modified time | relevance | path

Searched refs:LV_BORDER_SIDE_INTERNAL (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/examples/widgets/btnmatrix/
Dlv_example_btnmatrix_3.c43 lv_style_set_border_side(&style_btn, LV_BORDER_SIDE_INTERNAL); in lv_example_btnmatrix_3()
/lvgl-3.7.0/src/misc/
Dlv_style.h119 LV_BORDER_SIDE_INTERNAL = 0x10, /**< FOR matrix-like objects (e.g. Button matrix)*/ enumerator
/lvgl-3.7.0/src/widgets/
Dlv_btnmatrix.c792 if(draw_rect_dsc_act.border_side & LV_BORDER_SIDE_INTERNAL) { in draw_main()