/lvgl-3.7.0/docs/_static/css/ |
D | custom.css | 46 margin-bottom: 8px; 91 padding-bottom: 16px;
|
/lvgl-3.7.0/src/extra/libs/sjpg/ |
D | tjpgd.h | 43 uint16_t bottom; /* Bottom end */ member
|
D | lv_sjpg.c | 292 for(int y = rect->top; y <= rect->bottom; y++) { in img_data_cb()
|
D | tjpgd.c | 812 rect.top = img_y; rect.bottom = img_y + ry - 1; in mcu_output()
|
/lvgl-3.7.0/docs/ |
D | index.md | 12 <div style="margin-bottom:48px">
|
D | CONTRIBUTING.md | 41 4. Add a commit message on the bottom of the page.
|
D | CHANGELOG.md | 1023 - fix(draw_rect):bottom border lost if enable clip_corner [`2742`](https://github.com/lvgl/lvgl/pul… 1790 - fix(theme_material): remove the bottom border from tabview header 1984 - `tabview` by default allow auto expanding the page only to right and bottom (#1573)
|
/lvgl-3.7.0/docs/overview/ |
D | scroll.md | 50 `pad_left/right/top/bottom` sets the spacing around the scrollbars and `width` sets the scrollbar's… 87 If an object can't be scrolled further (e.g. its content has reached the bottom-most position) addi… 110 - `LV_SCROLL_SNAP_END` Align the children to the right/bottom side of a scrolled object 159 - `lv_obj_get_scroll_bottom(obj)` Get the scroll coordinate from the bottom
|
D | coords.md | 91 …ult top left. If the origin is changed e.g. to bottom-right, the (0,0) position means: align to th… 166 Note that only children on the right and bottom sides will be considered and children on the top an… 173 lv_obj_set_content_height(obj, 30); //The actual width: padding top + 30 + padding bottom
|
D | drawing.md | 64 - `LV_DRAW_MASK_TYPE_LINE` Removes a side from a line (top, bottom, left or right). `lv_draw_line` … 73 - **line** Created from four "line masks" to mask out the left, right, top and bottom part of the l…
|
D | style-props.md | 172 Sets the padding on the bottom. It makes the content area smaller in this direction. 256 …ound color should start for gradients. 0 means to top/left side, 255 the bottom/right side, 128 th… 265 …kground's gradient color should start. 0 means to top/left side, 255 the bottom/right side, 128 th…
|
/lvgl-3.7.0/docs/widgets/core/ |
D | line.md | 18 … with `lv_line_set_y_invert(line, true)`. In this case, *y == 0* will be the bottom of the object.
|
D | label.md | 34 - `LV_LABEL_LONG_DOT` Replaces the last 3 characters from bottom right corner of the label with dot…
|
/lvgl-3.7.0/src/extra/widgets/colorwheel/ |
D | lv_colorwheel.c | 344 lv_coord_t bottom = lv_obj_get_style_pad_bottom(obj, LV_PART_KNOB); in get_knob_area() local 350 knob_area.y2 = obj->coords.y1 + colorwheel->knob.pos.y + r + bottom; in get_knob_area() 372 lv_coord_t bottom = lv_obj_get_style_pad_bottom(obj, LV_PART_KNOB); in lv_colorwheel_event() local 374 lv_coord_t knob_pad = LV_MAX4(left, right, top, bottom) + 2; in lv_colorwheel_event()
|
/lvgl-3.7.0/docs/layouts/ |
D | grid.md | 47 - `LV_GRID_ALIGN_END` means right on a horizontally and bottom vertically 58 - `LV_GRID_ALIGN_END` means right on a horizontally and bottom vertically
|
D | flex.md | 45 …he cross axis. E.g. if the items have different height place them to the bottom of the track. (It… 50 - `LV_FLEX_ALIGN_END` means right on a horizontally and bottom vertically
|
/lvgl-3.7.0/docs/widgets/extra/ |
D | tabview.md | 13 The tab buttons can be positioned on the top, bottom, left and right side of the Tab view.
|
D | menu.md | 28 - `LV_MENU_HEADER_BOTTOM_FIXED` Header is positioned at the bottom.
|
/lvgl-3.7.0/src/widgets/ |
D | lv_dropdown.c | 481 lv_coord_t bottom = lv_obj_get_style_pad_bottom(dropdown->list, LV_PART_MAIN) + border_width; in lv_dropdown_open() local 483 lv_coord_t list_fit_h = label_h + top + bottom; in lv_dropdown_open()
|
D | lv_textarea.c | 1101 lv_coord_t bottom = lv_obj_get_style_pad_bottom(obj, LV_PART_CURSOR) + border_width; in refr_cursor_area() local 1109 cur_area.y2 = letter_pos.y + bottom + letter_h - 1; in refr_cursor_area()
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_pos.c | 584 lv_coord_t bottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN); in lv_obj_get_content_height() local 587 return lv_obj_get_height(obj) - top - bottom - 2 * border_width; in lv_obj_get_content_height()
|
/lvgl-3.7.0/scripts/ |
D | Doxyfile | 665 # the bottom of the documentation of classes and structs. If set to YES, the
|