Searched refs:flood_area (Results 1 – 1 of 1) sorted by relevance
601 lv_area_t flood_area; in lv_cont_refr_autofit() local602 lv_area_copy(&flood_area, &par->coords); in lv_cont_refr_autofit()603 flood_area.x1 += par_style->body.padding.left; in lv_cont_refr_autofit()604 flood_area.x2 -= par_style->body.padding.right; in lv_cont_refr_autofit()605 flood_area.y1 += par_style->body.padding.top; in lv_cont_refr_autofit()606 flood_area.y2 -= par_style->body.padding.bottom; in lv_cont_refr_autofit()640 case LV_FIT_FLOOD: new_area.x1 = flood_area.x1; break; in lv_cont_refr_autofit()641 …_FILL: new_area.x1 = has_children ? LV_MATH_MIN(tight_area.x1, flood_area.x1) : flood_area.x1; bre… in lv_cont_refr_autofit()648 …_FILL: new_area.x2 = has_children ? LV_MATH_MAX(tight_area.x2, flood_area.x2) : flood_area.x2; bre… in lv_cont_refr_autofit()655 …_FILL: new_area.y1 = has_children ? LV_MATH_MIN(tight_area.y1, flood_area.y1) : flood_area.y1; bre… in lv_cont_refr_autofit()[all …]
Completed in 3 milliseconds