Searched refs:side (Results 1 – 16 of 16) sorted by relevance
/lvgl-3.7.0/docs/widgets/core/ |
D | switch.md | 12 …side of the indicator. Also uses all the typical background properties to describe the knob(s). By…
|
D | slider.md | 11 … the knob is square (with an optional corner radius) with side length equal to the smaller side of…
|
D | dropdown.md | 57 The list can be created on any side. The default `LV_DIR_BOTTOM` can be modified by `lv_dropdown_se…
|
/lvgl-3.7.0/src/draw/ |
D | lv_draw_mask.h | 112 lv_draw_mask_line_side_t side : 2; member 320 lv_coord_t p2y, lv_draw_mask_line_side_t side); 333 lv_draw_mask_line_side_t side);
|
D | lv_draw_mask.c | 295 lv_coord_t p2y, lv_draw_mask_line_side_t side) in lv_draw_mask_line_points_init() argument 299 if(p1y == p2y && side == LV_DRAW_MASK_LINE_SIDE_BOTTOM) { in lv_draw_mask_line_points_init() 319 param->cfg.side = side; in lv_draw_mask_line_points_init() 363 if(param->cfg.side == LV_DRAW_MASK_LINE_SIDE_LEFT) param->inv = 0; in lv_draw_mask_line_points_init() 364 else if(param->cfg.side == LV_DRAW_MASK_LINE_SIDE_RIGHT) param->inv = 1; in lv_draw_mask_line_points_init() 365 else if(param->cfg.side == LV_DRAW_MASK_LINE_SIDE_TOP) { in lv_draw_mask_line_points_init() 369 else if(param->cfg.side == LV_DRAW_MASK_LINE_SIDE_BOTTOM) { in lv_draw_mask_line_points_init() 389 lv_draw_mask_line_side_t side) in lv_draw_mask_line_angle_init() argument 403 lv_draw_mask_line_points_init(param, p1x, py, p2x, p2y, side); in lv_draw_mask_line_angle_init() 610 if(p->cfg.side == LV_DRAW_MASK_LINE_SIDE_LEFT || in lv_draw_mask_line() [all …]
|
/lvgl-3.7.0/demos/music/ |
D | README.md | 18 - Display the 4 bands on the left side of a circle by default at 0°, 45°, 90°, 135° 22 - Mirror the bars to the right side of the circle
|
/lvgl-3.7.0/docs/_static/css/ |
D | custom.css | 49 .wy-side-nav-search { 52 .wy-side-nav-search>div.version {
|
D | fontawesome.min.css | 5 …ttery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5…
|
/lvgl-3.7.0/docs/overview/ |
D | scroll.md | 99 …past the extremeties of its content. That is the top side of the content can't be below the top si… 109 - `LV_SCROLL_SNAP_START` Align the children to the left/top side of a scrolled object 110 - `LV_SCROLL_SNAP_END` Align the children to the right/bottom side of a scrolled object 137 - `lv_obj_scroll_to_x(obj, x, LV_ANIM_ON/OFF)` scroll to bring the given coordinate to the left side 138 - `lv_obj_scroll_to_y(obj, y, LV_ANIM_ON/OFF)` scroll to bring the given coordinate to the top side
|
D | drawing.md | 60 …ameters of the mask, keep one side of the buffer as it is (255 by default) and set the rest to 0 t… 64 - `LV_DRAW_MASK_TYPE_LINE` Removes a side from a line (top, bottom, left or right). `lv_draw_line` … 117 … good place to add masks manually. E.g. add a line mask that "removes" the right side of an object.
|
D | style-props.md | 256 …ground color should start for gradients. 0 means to top/left side, 255 the bottom/right side, 128 … 265 …ackground's gradient color should start. 0 means to top/left side, 255 the bottom/right side, 128 … 367 Set only which side(s) the border should be drawn. The possible values are `LV_BORDER_SIDE_NONE/TOP…
|
D | coords.md | 83 For example if the parent has five pixels of padding on every side the above code will place `obj` …
|
/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. 24 …y Tab view. `tab_pos` can be `LV_DIR_TOP/BOTTOM/LEFT/RIGHT` to position the tab buttons to a side.
|
D | chart.md | 93 If there is a visible border on a side and no padding on that side, the division line would be draw…
|
/lvgl-3.7.0/docs/libs/ |
D | fsdrv.md | 24 …API and use it directly, as `lv_fs_littlefs` and the `esp_littlefs` APIs can be used side-by-side.
|
/lvgl-3.7.0/scripts/ |
D | Doxyfile | 1429 # value is set to YES, a side panel will be generated containing a tree-like 1489 # http://www.mathjax.org) which uses client side Javascript for the rendering
|