Searched refs:fit_right (Results 1 – 3 of 3) sorted by relevance
89 ext->fit_right = LV_FIT_NONE; in lv_cont_create()109 ext->fit_right = copy_ext->fit_right; in lv_cont_create()160 …if(ext->fit_left == left && ext->fit_right == right && ext->fit_top == top && ext->fit_bottom == b… in lv_cont_set_fit4()165 ext->fit_right = right; in lv_cont_set_fit4()213 return ext->fit_right; in lv_cont_get_fit_right()652 … if(ext->fit_left == LV_FIT_NONE && ext->fit_right == LV_FIT_NONE && ext->fit_top == LV_FIT_NONE && in lv_cont_refr_autofit()689 if(ext->fit_right != LV_FIT_PARENT) { in lv_cont_refr_autofit()728 switch(ext->fit_right) { in lv_cont_refr_autofit()
105 lv_fit_t fit_right : 2; /*A fit type from `lv_fit_t` enum */ member
799 lv_fit_t fit_right = lv_page_get_scrl_fit_right(page); in lv_page_signal() local822 (fit_right == LV_FIT_TIGHT || fit_right == LV_FIT_MAX) in lv_page_signal()