Home
last modified time | relevance | path

Searched refs:border (Results 1 – 21 of 21) sorted by relevance

/lvgl-3.7.0/demos/music/
Dlv_demo_music_list.c211 lv_obj_t * border = lv_img_create(btn); in add_list_btn() local
212 lv_img_set_src(border, &img_lv_demo_music_list_border); in add_list_btn()
213 lv_obj_set_width(border, lv_pct(120)); in add_list_btn()
214 lv_obj_align(border, LV_ALIGN_BOTTOM_MID, 0, 0); in add_list_btn()
215 lv_obj_add_flag(border, LV_OBJ_FLAG_IGNORE_LAYOUT); in add_list_btn()
/lvgl-3.7.0/docs/_static/css/
Dcustom.css2 border: 1px solid #bbb;
73 border: none;
101 border-radius: 4px;
Dfontawesome.min.css5border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:lef…
/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_draw_vglite_rect.h85 const lv_draw_rect_dsc_t * dsc, bool border);
Dlv_draw_vglite_rect.c197 const lv_draw_rect_dsc_t * dsc, bool border) in lv_gpu_nxp_vglite_draw_border_generic() argument
207 if(border) { in lv_gpu_nxp_vglite_draw_border_generic()
245 if(border) { in lv_gpu_nxp_vglite_draw_border_generic()
/lvgl-3.7.0/docs/overview/
Dcoords.md10 - x=0; y=0 coordinate means the top-left corner of the parent plus the left/top padding plus border
11 - width/height means the full size, the "content area" is smaller with padding and border width
20 LVGL follows CSS's [border-box](https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing) model.
23 - border width: the width of the border.
25 - content: the content area which is the size of the bounding box reduced by the border width and p…
27 …: The content area is smaller than the bounding box with the padding and border width](/misc/boxmo…
29 The border is drawn inside the bounding box. Inside the border LVGL keeps a "padding margin" when p…
Dstyle-props.md340 Set the color of the border
349 Set the opacity of the border. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255,…
358 Set the width of the border. Only pixel values can be used.
367 Set only which side(s) the border should be drawn. The possible values are `LV_BORDER_SIDE_NONE/TOP…
376 Sets whether the border should be drawn before or after the children are drawn. `true`: after child…
385 Properties to describe the outline. It's like a border but drawn outside of the rectangles.
Ddrawing.md76 - **rectangle border** Same as a rounded rectangle but the inner part is masked out too.
77 - **arc drawing** A circular border is drawn but an arc mask is applied too.
Dstyle.md4 - A style is an `lv_style_t` variable which can hold properties like border width, text color and s…
64 … color for pressed and checked states and indicate the focused state with a different border color.
/lvgl-3.7.0/docs/widgets/extra/
Dled.md14 This will be used as background color, border color, and shadow color.
Dcalendar.md23 - day names have no border, no background and drawn with a gray color
25 - today has a thicker border with the theme's primary color
Dchart.md93 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/widgets/core/
Droller.md31 This function calculates the height with the current style. If the font, line space, border width, …
Ddropdown.md25 - `LV_PART_SCROLLBAR` The scrollbar background, border, shadow properties and width (for its own wi…
Dtextarea.md16 …LV_PART_CURSOR`'s style. The create line cursor leave the cursor transparent and set a left border.
/lvgl-3.7.0/docs/porting/
Dgpu.md13 - `void (*draw_rect)()` Draw a rectangle with shadow, gradient, border, etc.
175     /*Draw the border if any*/
/lvgl-3.7.0/demos/benchmark/
DREADME.md6 For example rectangle, border, shadow, text, image blending, image transformation, blending modes, …
/lvgl-3.7.0/docs/get-started/platforms/
Dnxp.md132 - Draw rectangle border/outline with optional rounded corners
/lvgl-3.7.0/docs/widgets/
Dobj.md164 - `LV_OBJ_DRAW_PART_BORDER_POST` The border if the `border_post` style property is `true`
/lvgl-3.7.0/docs/
DCHANGELOG.md304 - fix(draw): fix border drawing with thick borders [`d5b2a9b`](https://github.com/lvgl/lvgl/commit/…
1023 - fix(draw_rect):bottom border lost if enable clip_corner [`2742`](https://github.com/lvgl/lvgl/pul…
1025 - fix(draw border):border draw error if border width > radius [`2739`](https://github.com/lvgl/l…
1179 - fix(draw) fix border width of simple (radius=0, no masking) borders [`20f1867`](https://github.co…
1195 - fix(checkbox) consider the bg border when positioning the indicator [`a39dac9`](https://github.co…
1244 - fix(table) consider border width for cell positions [`f2987b6`](https://github.com/lvgl/lvgl/comm…
1790 - fix(theme_material): remove the bottom border from tabview header
1817 - Fix rectangle border drawing with large width
1869 - Fix color bleeding on border drawing
1938 - Fix drawing on right border
[all …]
/lvgl-3.7.0/docs/get-started/
Dquick-overview.md184 A style instance contains properties such as background color, border width, font, etc. that descri…