Home
last modified time | relevance | path

Searched refs:place (Results 1 – 14 of 14) sorted by relevance

/lvgl-3.7.0/src/extra/layouts/flex/
Dlv_flex.c60 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/
DREADME.md4 It's a good place for contributions as there are less strict expectations about the completeness an…
/lvgl-3.7.0/docs/widgets/core/
Dlabel.md23 … (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/
Ddrawing.md117 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…
Dcoords.md83 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.
Dobject.md193 - `LV_PART_CURSOR` Mark a specific place e.g. text area's or chart's cursor
Dfont.md201 …ned to be very flexible but, even so, you can add your own font engine in place of LVGL's internal…
Dstyle.md116 - `LV_PART_CURSOR` Mark a specific place e.g. text area's or chart's cursor
/lvgl-3.7.0/docs/widgets/extra/
Dchart.md122 … `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/
Dproject.md47 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/
Dflex.md45 …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/
DCONTRIBUTING.md192 It's a good place to talk about a project you created with LVGL, write a tutorial, or share some ni…
DCHANGELOG.md974 - 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/
Dfontawesome.min.css5 …-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{…