Searched refs:child_tmp (Results 1 – 1 of 1) sorted by relevance
442 lv_obj_t * child_tmp; /* Temporary child */ in lv_cont_layout_pretty() local510 child_tmp = child_rs; in lv_cont_layout_pretty()511 while(child_tmp != NULL) { in lv_cont_layout_pretty()512 …if(lv_obj_get_hidden(child_tmp) == false && lv_obj_is_protected(child_tmp, LV_PROTECT_POS) == fals… in lv_cont_layout_pretty()513 lv_obj_align(child_tmp, cont, LV_ALIGN_IN_TOP_LEFT, act_x, in lv_cont_layout_pretty()514 act_y + (h_row - lv_obj_get_height(child_tmp)) / 2); in lv_cont_layout_pretty()515 act_x += lv_obj_get_width(child_tmp) + new_opad; in lv_cont_layout_pretty()517 if(child_tmp == child_rc) break; in lv_cont_layout_pretty()518 child_tmp = lv_ll_get_prev(&cont->child_ll, child_tmp); in lv_cont_layout_pretty()
Completed in 3 milliseconds