Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/core/
Dlv_obj_pos.c364 lv_coord_t btop = lv_obj_get_style_pad_top(base, LV_PART_MAIN) + bborder; in lv_obj_align_to() local
374 y = lv_obj_get_content_height(base) / 2 - lv_obj_get_height(obj) / 2 + btop; in lv_obj_align_to()
378 y = btop; in lv_obj_align_to()
382 y = btop; in lv_obj_align_to()
387 y = btop; in lv_obj_align_to()
392 y = lv_obj_get_content_height(base) - lv_obj_get_height(obj) + btop; in lv_obj_align_to()
396 y = lv_obj_get_content_height(base) - lv_obj_get_height(obj) + btop; in lv_obj_align_to()
401 y = lv_obj_get_content_height(base) - lv_obj_get_height(obj) + btop; in lv_obj_align_to()
406 y = lv_obj_get_content_height(base) / 2 - lv_obj_get_height(obj) / 2 + btop; in lv_obj_align_to()
411 y = lv_obj_get_content_height(base) / 2 - lv_obj_get_height(obj) / 2 + btop; in lv_obj_align_to()