Searched refs:place (Results 1 – 14 of 14) sorted by relevance
/lvgl-3.7.0/src/extra/layouts/flex/ |
D | lv_flex.c | 60 static void place_content(lv_flex_align_t place, lv_coord_t max_size, lv_coord_t content_size, lv_c… 542 static void place_content(lv_flex_align_t place, lv_coord_t max_size, lv_coord_t content_size, lv_c… in place_content() argument 546 switch(place) { in place_content() 550 place = LV_FLEX_ALIGN_CENTER; in place_content() 557 switch(place) { in place_content()
|
/lvgl-3.7.0/src/extra/ |
D | README.md | 4 It's a good place for contributions as there are less strict expectations about the completeness an…
|
/lvgl-3.7.0/docs/widgets/core/ |
D | label.md | 23 … (except when used with `LV_LABEL_LONG_DOT`, as it modifies the buffer in-place), as they are stor… 41 Note that `LV_LABEL_LONG_DOT` manipulates the text buffer in-place in order to add/remove the dots.
|
/lvgl-3.7.0/docs/overview/ |
D | drawing.md | 117 Sent before starting to draw an object. This is a good place to add masks manually. E.g. add a line… 126 …wing is finished. You can draw anything here as well and it's also a good place to remove any mask… 183 Start the drawing of a part. This is a good place to modify the draw descriptors (e.g. `rect_dsc`),… 187 Finish the drawing of a part. This is a good place to draw extra content on the part or remove mask…
|
D | coords.md | 83 For example if the parent has five pixels of padding on every side the above code will place `obj` … 190 - It also makes possible to modify the values in one place.
|
D | object.md | 193 - `LV_PART_CURSOR` Mark a specific place e.g. text area's or chart's cursor
|
D | font.md | 201 …ned to be very flexible but, even so, you can add your own font engine in place of LVGL's internal…
|
D | style.md | 116 - `LV_PART_CURSOR` Mark a specific place e.g. text area's or chart's cursor
|
/lvgl-3.7.0/docs/widgets/extra/ |
D | chart.md | 122 … `lv_point_t point = {10, 20};`. If the chart is scrolled the cursor will remain in the same place. 124 …es, id, &point_out)` gets the coordinate of a given point. It's useful to place the cursor at a gi…
|
/lvgl-3.7.0/docs/porting/ |
D | project.md | 47 Alternatively, `lv_conf.h` can be copied to another place but then you should add the `LV_CONF_INCL…
|
/lvgl-3.7.0/docs/layouts/ |
D | flex.md | 45 …in their track on the cross axis. E.g. if the items have different height place them to the bottom…
|
/lvgl-3.7.0/docs/ |
D | CONTRIBUTING.md | 192 It's a good place to talk about a project you created with LVGL, write a tutorial, or share some ni…
|
D | CHANGELOG.md | 974 - feat(obj) place the scrollbar to the left with RTL base dir. [`906448e`](https://github.com/lvgl/… 1627 - Good place for contributions
|
/lvgl-3.7.0/docs/_static/css/ |
D | fontawesome.min.css | 5 …-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{…
|