Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/layouts/flex/
Dlv_flex.c236 lv_coord_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in flex_update()
318 lv_coord_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in find_track_end()
/lvgl-3.7.0/src/extra/layouts/grid/
Dlv_grid.c368 lv_coord_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in grid_update()
400 lv_coord_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in calc()
/lvgl-3.7.0/src/core/
Dlv_obj_pos.c133 h = lv_obj_get_style_height(obj, LV_PART_MAIN); in lv_obj_refr_size()
144 if(parent->h_layout == 0 && lv_obj_get_style_height(parent, 0) == LV_SIZE_CONTENT) { in lv_obj_refr_size()
621 lv_coord_t h_set = lv_obj_get_style_height(obj, LV_PART_MAIN); in lv_obj_refresh_self_size()
Dlv_obj.c857 lv_coord_t h = lv_obj_get_style_height(obj, LV_PART_MAIN); in lv_obj_event()
Dlv_obj_style.c185 lv_obj_get_style_height(obj, 0) == LV_SIZE_CONTENT || in lv_obj_refresh_style()
Dlv_obj_style_gen.h19 static inline lv_coord_t lv_obj_get_style_height(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_height() function
/lvgl-3.7.0/src/extra/widgets/meter/
Dlv_meter.c316 lv_coord_t h = lv_obj_get_style_height(obj, LV_PART_INDICATOR) / 2; in lv_meter_event()
/lvgl-3.7.0/src/extra/widgets/span/
Dlv_span.c328 if(lv_obj_get_style_height(obj, LV_PART_MAIN) == LV_SIZE_CONTENT) { in lv_spangroup_refr_mode()
/lvgl-3.7.0/src/extra/widgets/chart/
Dlv_chart.c904 lv_coord_t point_h = lv_obj_get_style_height(obj, LV_PART_INDICATOR) / 2; in draw_series_line()
1069 lv_coord_t point_h = lv_obj_get_style_height(obj, LV_PART_INDICATOR) / 2; in draw_series_scatter()