Searched refs:w_set (Results 1 – 3 of 3) sorted by relevance
238 lv_coord_t w_set = lv_obj_get_style_width(cont, LV_PART_MAIN); in flex_update() local243 (!f.row && w_set == LV_SIZE_CONTENT && cont->w_layout == 0)) { in flex_update()305 if(w_set == LV_SIZE_CONTENT || h_set == LV_SIZE_CONTENT) { in flex_update()320 lv_coord_t w_set = lv_obj_get_style_width(cont, LV_PART_MAIN); in find_track_end() local324 if(f->wrap && ((f->row && w_set == LV_SIZE_CONTENT) || (!f->row && h_set == LV_SIZE_CONTENT))) { in find_track_end()
374 lv_coord_t w_set = lv_obj_get_style_width(cont, LV_PART_MAIN); in grid_update() local376 if(w_set == LV_SIZE_CONTENT || h_set == LV_SIZE_CONTENT) { in grid_update()406 lv_coord_t w_set = lv_obj_get_style_width(cont, LV_PART_MAIN); in calc() local408 bool auto_w = (w_set == LV_SIZE_CONTENT && !cont->w_layout) ? true : false; in calc()
618 lv_coord_t w_set = lv_obj_get_style_width(obj, LV_PART_MAIN); in lv_obj_refresh_self_size() local620 if(w_set != LV_SIZE_CONTENT && h_set != LV_SIZE_CONTENT) return false; in lv_obj_refresh_self_size()