Searched refs:LV_BORDER_SIDE_NONE (Results 1 – 5 of 5) sorted by relevance
113 LV_BORDER_SIDE_NONE = 0x00, enumerator
471 lv_style_set_border_side(&styles->menu_bg, LV_BORDER_SIDE_NONE); in style_init()487 lv_style_set_border_side(&styles->menu_cont, LV_BORDER_SIDE_NONE); in style_init()
126 …<= LV_OPA_MIN || (dsc)->border_width == 0 || (dsc)->border_side == LV_BORDER_SIDE_NONE || (dsc)->b…
367 Set only which side(s) the border should be drawn. The possible values are `LV_BORDER_SIDE_NONE/TOP…369 …y:inline; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_BORDER_SIDE_NONE`</li>
402 if(dsc->border_side == LV_BORDER_SIDE_NONE) return; in draw_border()