Searched refs:w_set (Results 1 – 3 of 3) sorted by relevance
154 int32_t w_set = lv_obj_get_style_width(cont, LV_PART_MAIN); in flex_update() local159 (!f.row && w_set == LV_SIZE_CONTENT && cont->w_layout == 0)) { in flex_update()221 if(w_set == LV_SIZE_CONTENT || h_set == LV_SIZE_CONTENT) { in flex_update()236 int32_t w_set = lv_obj_get_style_width(cont, LV_PART_MAIN); in find_track_end() local240 if(f->wrap && ((f->row && w_set == LV_SIZE_CONTENT) || (!f->row && h_set == LV_SIZE_CONTENT))) { in find_track_end()
216 int32_t w_set = lv_obj_get_style_width(cont, LV_PART_MAIN); in grid_update() local218 if(w_set == LV_SIZE_CONTENT || h_set == LV_SIZE_CONTENT) { in grid_update()248 int32_t w_set = lv_obj_get_style_width(cont, LV_PART_MAIN); in calc() local250 bool auto_w = w_set == LV_SIZE_CONTENT && !cont->w_layout; in calc()
605 int32_t w_set = lv_obj_get_style_width(obj, LV_PART_MAIN); in lv_obj_refresh_self_size() local607 if(w_set != LV_SIZE_CONTENT && h_set != LV_SIZE_CONTENT) return false; in lv_obj_refresh_self_size()