Searched refs:new_area (Results 1 – 1 of 1) sorted by relevance
635 lv_area_t new_area; in lv_cont_refr_autofit() local636 lv_area_copy(&new_area, &ori); in lv_cont_refr_autofit()639 case LV_FIT_TIGHT: new_area.x1 = tight_area.x1; break; in lv_cont_refr_autofit()640 case LV_FIT_FLOOD: new_area.x1 = flood_area.x1; break; in lv_cont_refr_autofit()646 case LV_FIT_TIGHT: new_area.x2 = tight_area.x2; break; in lv_cont_refr_autofit()647 case LV_FIT_FLOOD: new_area.x2 = flood_area.x2; break; in lv_cont_refr_autofit()653 case LV_FIT_TIGHT: new_area.y1 = tight_area.y1; break; in lv_cont_refr_autofit()654 case LV_FIT_FLOOD: new_area.y1 = flood_area.y1; break; in lv_cont_refr_autofit()667 …if(cont->coords.x1 != new_area.x1 || cont->coords.y1 != new_area.y1 || cont->coords.x2 != new_area… in lv_cont_refr_autofit()668 cont->coords.y2 != new_area.y2) { in lv_cont_refr_autofit()[all …]
Completed in 3 milliseconds