Searched refs:h_set (Results 1 – 3 of 3) sorted by relevance
236 lv_coord_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in flex_update() local239 if((f.row && h_set == LV_SIZE_CONTENT && cont->h_layout == 0) || in flex_update()302 if(w_set == LV_SIZE_CONTENT || h_set == LV_SIZE_CONTENT) { in flex_update()318 lv_coord_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in find_track_end() local321 if(f->wrap && ((f->row && w_set == LV_SIZE_CONTENT) || (!f->row && h_set == LV_SIZE_CONTENT))) { in find_track_end()
368 lv_coord_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in grid_update() local369 if(w_set == LV_SIZE_CONTENT || h_set == LV_SIZE_CONTENT) { in grid_update()400 lv_coord_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in calc() local406 bool auto_h = (h_set == LV_SIZE_CONTENT && !cont->h_layout) ? true : false; in calc()
621 lv_coord_t h_set = lv_obj_get_style_height(obj, LV_PART_MAIN); in lv_obj_refresh_self_size() local622 if(w_set != LV_SIZE_CONTENT && h_set != LV_SIZE_CONTENT) return false; in lv_obj_refresh_self_size()