Searched refs:lv_obj_get_style_height (Results 1 – 9 of 9) sorted by relevance
/lvgl-3.7.0/src/extra/layouts/flex/ |
D | lv_flex.c | 236 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/ |
D | lv_grid.c | 368 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/ |
D | lv_obj_pos.c | 133 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()
|
D | lv_obj.c | 857 lv_coord_t h = lv_obj_get_style_height(obj, LV_PART_MAIN); in lv_obj_event()
|
D | lv_obj_style.c | 185 lv_obj_get_style_height(obj, 0) == LV_SIZE_CONTENT || in lv_obj_refresh_style()
|
D | lv_obj_style_gen.h | 19 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/ |
D | lv_meter.c | 316 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/ |
D | lv_span.c | 328 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/ |
D | lv_chart.c | 904 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()
|