Searched defs:bottom (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_margin_align.c | 29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
|
D | test_margin_flex.c | 29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
|
D | test_margin_grid.c | 29 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/ |
D | rlottie.rst | 46 .. _rlottie_usage:
|
/lvgl-latest/src/libs/tjpgd/ |
D | tjpgd.h | 46 uint16_t bottom; /* Bottom end */ member
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.c | 257 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
|
D | lv_refr.c | 194 lv_area_t bottom = obj->coords; in lv_obj_redraw() local
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 1223 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/ |
D | lv_bar.c | 444 int32_t * bottom = reversed ? axis1 : axis2; in draw_indic() local
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 543 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/ |
D | vg_lite_tvg.cpp | 2005 …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()
|