Searched refs:LV_BORDER_SIDE_INTERNAL (Results 1 – 3 of 3) sorted by relevance
43 lv_style_set_border_side(&style_btn, LV_BORDER_SIDE_INTERNAL); in lv_example_buttonmatrix_3()
106 LV_BORDER_SIDE_INTERNAL = 0x10, /**< FOR matrix-like objects (e.g. Button matrix)*/ enumerator
767 if(draw_rect_dsc_act.border_side & LV_BORDER_SIDE_INTERNAL) { in draw_main()