Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_margin_align.c29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
Dtest_margin_flex.c29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
Dtest_margin_grid.c29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
/lvgl-latest/docs/details/libs/
Drlottie.rst46 .. _rlottie_usage:
/lvgl-latest/src/libs/tjpgd/
Dtjpgd.h46 uint16_t bottom; /* Bottom end */ member
/lvgl-latest/src/core/
Dlv_obj_pos.c257 int32_t bottom = lv_obj_get_style_space_bottom(obj, LV_PART_MAIN); in lv_obj_set_content_height() local
572 int32_t bottom = lv_obj_get_style_space_bottom(obj, LV_PART_MAIN); in lv_obj_get_content_height() local
Dlv_refr.c194 lv_area_t bottom = obj->coords; in lv_obj_redraw() local
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c1223 int32_t bottom = lv_obj_get_style_pad_bottom(obj, LV_PART_CURSOR) + border_width; in refr_cursor_area() local
1409 int32_t bottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN); in draw_placeholder() local
/lvgl-latest/src/widgets/bar/
Dlv_bar.c444 int32_t * bottom = reversed ? axis1 : axis2; in draw_indic() local
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c543 int32_t bottom = lv_obj_get_style_pad_bottom(dropdown->list, LV_PART_MAIN) + border_width; in lv_dropdown_open() local
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp2005 …te_set_scissor(vg_lite_int32_t x, vg_lite_int32_t y, vg_lite_int32_t right, vg_lite_int32_t bottom) in vg_lite_set_scissor()