Home
last modified time | relevance | path

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

/lvgl-latest/src/layouts/flex/
Dlv_flex.c67 static int32_t lv_obj_get_width_with_margin(const lv_obj_t * obj);
243 …int32_t(*get_main_size)(const lv_obj_t *) = (f->row ? lv_obj_get_width_with_margin : lv_obj_get_he… in find_track_end()
244 int32_t(*get_cross_size)(const lv_obj_t *) = (!f->row ? lv_obj_get_width_with_margin : in find_track_end()
538 static int32_t lv_obj_get_width_with_margin(const lv_obj_t * obj) in lv_obj_get_width_with_margin() function