Home
last modified time | relevance | path

Searched refs:fit_right (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_cont.c81 ext->fit_right = LV_FIT_NONE; in lv_cont_create()
104 ext->fit_right = copy_ext->fit_right; in lv_cont_create()
151 …if(ext->fit_left == left && ext->fit_right == right && ext->fit_top == top && ext->fit_bottom == b… in lv_cont_set_fit4()
156 ext->fit_right = right; in lv_cont_set_fit4()
198 return ext->fit_right; in lv_cont_get_fit_right()
589 … if(ext->fit_left == LV_FIT_NONE && ext->fit_right == LV_FIT_NONE && ext->fit_top == LV_FIT_NONE && in lv_cont_refr_autofit()
645 switch(ext->fit_right) { in lv_cont_refr_autofit()
A Dlv_cont.h69 uint8_t fit_right : 2; /*A fit type from `lv_fit_t` enum */ member

Completed in 4 milliseconds