Searched refs:child_i (Results 1 – 1 of 1) sorted by relevance
597 lv_obj_t * child_i; in lv_cont_refr_autofit() local620 LV_LL_READ(cont->child_ll, child_i) in lv_cont_refr_autofit()622 if(lv_obj_get_hidden(child_i) != false) continue; in lv_cont_refr_autofit()623 tight_area.x1 = LV_MATH_MIN(tight_area.x1, child_i->coords.x1); in lv_cont_refr_autofit()624 tight_area.y1 = LV_MATH_MIN(tight_area.y1, child_i->coords.y1); in lv_cont_refr_autofit()625 tight_area.x2 = LV_MATH_MAX(tight_area.x2, child_i->coords.x2); in lv_cont_refr_autofit()626 tight_area.y2 = LV_MATH_MAX(tight_area.y2, child_i->coords.y2); in lv_cont_refr_autofit()685 LV_LL_READ(cont->child_ll, child_i) in lv_cont_refr_autofit()687 child_i->signal_cb(child_i, LV_SIGNAL_PARENT_SIZE_CHG, NULL); in lv_cont_refr_autofit()
Completed in 5 milliseconds