Home
last modified time | relevance | path

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

/lvgl-3.7.0/docs/_static/css/
Dcustom.css46 margin-bottom: 8px;
91 padding-bottom: 16px;
/lvgl-3.7.0/src/extra/libs/sjpg/
Dtjpgd.h43 uint16_t bottom; /* Bottom end */ member
Dlv_sjpg.c292 for(int y = rect->top; y <= rect->bottom; y++) { in img_data_cb()
Dtjpgd.c812 rect.top = img_y; rect.bottom = img_y + ry - 1; in mcu_output()
/lvgl-3.7.0/docs/
Dindex.md12 <div style="margin-bottom:48px">
DCONTRIBUTING.md41 4. Add a commit message on the bottom of the page.
DCHANGELOG.md1023 - 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/
Dscroll.md50 `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
Dcoords.md91 …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
Ddrawing.md64 - `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…
Dstyle-props.md172 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/
Dline.md18 … with `lv_line_set_y_invert(line, true)`. In this case, *y == 0* will be the bottom of the object.
Dlabel.md34 - `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/
Dlv_colorwheel.c344 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/
Dgrid.md47 - `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
Dflex.md45 …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/
Dtabview.md13 The tab buttons can be positioned on the top, bottom, left and right side of the Tab view.
Dmenu.md28 - `LV_MENU_HEADER_BOTTOM_FIXED` Header is positioned at the bottom.
/lvgl-3.7.0/src/widgets/
Dlv_dropdown.c481 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()
Dlv_textarea.c1101 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/
Dlv_obj_pos.c584 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/
DDoxyfile665 # the bottom of the documentation of classes and structs. If set to YES, the