Home
last modified time | relevance | path

Searched refs:LV_FIT_FILL (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_cont.h57 LV_FIT_FILL, /**< Align the size to the parent's edge first but if there is an object out of it enumerator
A Dlv_cont.c641 …case LV_FIT_FILL: new_area.x1 = has_children ? LV_MATH_MIN(tight_area.x1, flood_area.x1) : flood_a… in lv_cont_refr_autofit()
648 …case LV_FIT_FILL: new_area.x2 = has_children ? LV_MATH_MAX(tight_area.x2, flood_area.x2) : flood_a… in lv_cont_refr_autofit()
655 …case LV_FIT_FILL: new_area.y1 = has_children ? LV_MATH_MIN(tight_area.y1, flood_area.y1) : flood_a… in lv_cont_refr_autofit()
662 …case LV_FIT_FILL: new_area.y2 = has_children ? LV_MATH_MAX(tight_area.y2, flood_area.y2) : flood_a… in lv_cont_refr_autofit()
A Dlv_page.c117 lv_cont_set_fit4(ext->scrl, LV_FIT_FILL, LV_FIT_FILL, LV_FIT_FILL, LV_FIT_FILL); in lv_page_create()
810 … if((tmp->coords.x1 == page->coords.x1) && (fit_left == LV_FIT_TIGHT || fit_left == LV_FIT_FILL)) { in lv_page_signal()
814 … if((tmp->coords.y1 == page->coords.y1) && (fit_top == LV_FIT_TIGHT || fit_top == LV_FIT_FILL)) { in lv_page_signal()
A Dlv_ddlist.c111 lv_page_set_scrl_fit2(new_ddlist, LV_FIT_FILL, LV_FIT_TIGHT); in lv_ddlist_create()
942 lv_page_set_scrl_fit2(ddlist, LV_FIT_FILL, lv_page_get_scrl_fit_bottom(ddlist)); in lv_ddlist_refr_width()

Completed in 9 milliseconds