| /lvgl-latest/libs/nema_gfx/include/ |
| D | nema_matrix4x4.h | 164 float bottom, float top, 178 float bottom, float top);
|
| /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() argument 34 lv_obj_set_style_margin_bottom(obj, bottom, LV_PART_MAIN); 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() argument 34 lv_obj_set_style_margin_bottom(obj, bottom, LV_PART_MAIN); 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() argument 34 lv_obj_set_style_margin_bottom(obj, bottom, LV_PART_MAIN); in obj_set_margin()
|
| /lvgl-latest/src/drivers/windows/ |
| D | lv_windows_context.c | 321 client_rect.bottom - client_rect.top, in lv_windows_display_driver_flush_callback() 333 client_rect.bottom - client_rect.top, in lv_windows_display_driver_flush_callback() 519 request_content_size.bottom - request_content_size.top); in lv_windows_window_message_callback_nolock() 581 window_rect.bottom - window_rect.top; in lv_windows_window_message_callback_nolock() 586 client_rect.bottom - client_rect.top; in lv_windows_window_message_callback_nolock() 626 suggested_rect->bottom, in lv_windows_window_message_callback_nolock()
|
| /lvgl-latest/docs/ |
| D | index.rst | 9 <div style="margin-bottom:30px; margin-top:14px"> 15 <div style="margin-bottom:48px">
|
| /lvgl-latest/docs/_static/css/ |
| D | custom.css | 46 margin-bottom: 8px; 91 padding-bottom: 16px;
|
| /lvgl-latest/docs/details/widgets/ |
| D | tabview.rst | 19 The tab buttons can be positioned on the top, bottom, left and right 81 When tabs are on the top or bottom, this means the height of the tab bar, and when
|
| D | line.rst | 52 be at the bottom of the Widget. *y invert* is disabled by default.
|
| D | bar.rst | 57 bottom to top in vertical mode. If the minimum value is greater than the maximum value, like
|
| D | menu.rst | 51 - :cpp:enumerator:`LV_MENU_HEADER_BOTTOM_FIXED` Header is positioned at the bottom.
|
| D | slider.rst | 66 bottom to top in vertical orientation. If the minimum value is set to be greater
|
| D | label.rst | 103 - :cpp:enumerator:`LV_LABEL_LONG_DOT` Replaces the last 3 characters from bottom right corner of th…
|
| /lvgl-latest/src/libs/tjpgd/ |
| D | tjpgd.h | 46 uint16_t bottom; /* Bottom end */ member
|
| /lvgl-latest/src/libs/thorvg/ |
| D | tvgSwRle.cpp | 945 auto bottom = band->min; in rleRender() 947 auto middle = bottom + ((top - bottom) >> 1); in rleRender() 951 if (middle == bottom) goto error; in rleRender() 953 if (bottom - top >= rw.bandSize) ++rw.bandShoot; in rleRender() 955 band[1].min = bottom; in rleRender()
|
| /lvgl-latest/src/core/ |
| D | lv_refr.c | 194 lv_area_t bottom = obj->coords; in lv_obj_redraw() local 195 bottom.y1 = bottom.y2 - rout + 1; in lv_obj_redraw() 196 if(lv_area_intersect(&bottom, &bottom, &clip_area_ori)) { in lv_obj_redraw() 197 layer_children = lv_draw_layer_create(layer, LV_COLOR_FORMAT_ARGB8888, &bottom); in lv_obj_redraw() 212 lv_draw_layer(layer, &img_draw_dsc, &bottom); in lv_obj_redraw()
|
| 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 258 lv_obj_set_height(obj, h + top + bottom); in lv_obj_set_content_height() 572 int32_t bottom = lv_obj_get_style_space_bottom(obj, LV_PART_MAIN); in lv_obj_get_content_height() local 574 return lv_obj_get_height(obj) - top - bottom; in lv_obj_get_content_height()
|
| /lvgl-latest/docs/details/base-widget/ |
| D | scroll.rst | 77 ``pad_left/right/top/bottom`` sets the spacing around the scrollbars, 149 bottom-most position), additional scrolling is propagated to its parent. 174 of the Widget, and vice versa for the bottom side. 193 - :cpp:enumerator:`LV_SCROLL_SNAP_END`: Align the children to the right/bottom side of a scrolled W… 264 - :cpp:expr:`lv_obj_get_scroll_bottom(widget)` Pixels scrolled past bottom of Widget's view window.
|
| D | layer.rst | 119 height for the top and bottom parts of the Widget.
|
| /lvgl-latest/src/widgets/bar/ |
| D | lv_bar.c | 444 int32_t * bottom = reversed ? axis1 : axis2; in draw_indic() local 451 *bottom = *axis1; in draw_indic() 456 *bottom = zero; in draw_indic()
|
| /lvgl-latest/docs/details/base-widget/layouts/ |
| D | grid.rst | 91 - :cpp:enumerator:`LV_GRID_ALIGN_END`: means right when direction is horizontal and bottom when ver… 106 - :cpp:enumerator:`LV_GRID_ALIGN_END`: means right when direction is horizontal and bottom when ver…
|
| D | flex.rst | 95 against the bottom of the track. (It's called align-items_ in CSS.) 102 - :cpp:enumerator:`LV_FLEX_ALIGN_END`: means right when direction is horizontal, bottom when vertic…
|
| /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 1231 cur_area.y2 = letter_pos.y + bottom + letter_h - 1; in refr_cursor_area() 1409 int32_t bottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN); in draw_placeholder() local 1416 ph_coords.y2 -= bottom + border_width; in draw_placeholder()
|
| /lvgl-latest/docs/details/integration/chip/ |
| D | alif.rst | 126 If it hasn't happened automatically, Click "Arm Tools" on the bottom bar and then 180 it by either clicking the gear icon on the bottom bar or by navigating to the CMSIS panel
|
| /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 545 int32_t list_fit_h = label_h + top + bottom; in lv_dropdown_open()
|