Home
last modified time | relevance | path

Searched refs:LV_ALIGN_OUT_LEFT_TOP (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/misc/
Dlv_area.h69 LV_ALIGN_OUT_LEFT_TOP, enumerator
Dlv_area.c485 case LV_ALIGN_OUT_LEFT_TOP: in lv_area_align()
/lvgl-latest/docs/overview/
Dcoords.md136 - `LV_ALIGN_OUT_LEFT_TOP`
/lvgl-latest/src/widgets/
Dlv_dropdown.c521 …if(dir == LV_DIR_LEFT) lv_obj_align_to(dropdown->list, dropdown_obj, LV_ALIGN_OUT_LEFT_TOP, 0, 0); in lv_dropdown_open()
/lvgl-latest/src/core/
Dlv_obj_pos.c444 case LV_ALIGN_OUT_LEFT_TOP: in lv_obj_align_to()