Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 42) sorted by relevance

12

/lvgl-latest/src/misc/
Dlv_style.c433 lv_style_value_t * values = (lv_style_value_t *)style->v_p.values_and_props; in lv_style_set_prop_internal() local
434 value_adjustment_helper(prop_and_meta, value, &props[i], &values[i]); in lv_style_set_prop_internal()
455 lv_style_value_t * values = (lv_style_value_t *)values_and_props; in lv_style_set_prop_internal() local
458 …value_adjustment_helper(prop_and_meta, value, &props[style->prop_cnt - 1], &values[style->prop_cnt… in lv_style_set_prop_internal()
474 lv_style_value_t * values = (lv_style_value_t *)values_and_props; in lv_style_set_prop_internal() local
476 values[0] = value_tmp; in lv_style_set_prop_internal()
477 value_adjustment_helper(prop_and_meta, value, &props[1], &values[1]); in lv_style_set_prop_internal()
Dlv_style.h481 lv_style_value_t * values = (lv_style_value_t *)style->v_p.values_and_props; in lv_style_get_prop_inlined() local
482 *value = values[i]; in lv_style_get_prop_inlined()
/lvgl-latest/docs/overview/
Dstyle-props.md7 … width of object. Pixel, percentage and `LV_SIZE_CONTENT` values can be used. Percentage values ar…
16 Sets a minimal width. Pixel and percentage values can be used. Percentage values are relative to th…
25 Sets a maximal width. Pixel and percentage values can be used. Percentage values are relative to th…
34 Sets the height of object. Pixel, percentage and `LV_SIZE_CONTENT` can be used. Percentage values a…
43 Sets a minimal height. Pixel and percentage values can be used. Percentage values are relative to t…
52 Sets a maximal height. Pixel and percentage values can be used. Percentage values are relative to t…
61 … object considering the set `align`. Pixel and percentage values can be used. Percentage values ar…
70 … object considering the set `align`. Pixel and percentage values can be used. Percentage values ar…
79 …f the parent the X and Y coordinates should be interpreted. The possible values are: `LV_ALIGN_DEF…
88 … with this value. Pixel and percentage (with `lv_pct(x)`) values can be used. Percentage values ar…
[all …]
Dcoords.md85 Percentage values are calculated from the parent's content area size.
160 Percentage values are calculated based on the parent's content area size. For example to set the ob…
190 - It also makes possible to modify the values in one place.
191 - The values can be partially overwritten by other styles. For example `style_btn` makes the object…
256 Percentage values can be used in translations as well. The percentage is relative to the size of th…
281 …ight`. These are limits preventing an object's size from becoming smaller/larger than these values.
292 Percentage values can be used as well which are relative to the size of the parent's content area.
Dcolor.md12 Create colors from Red, Green and Blue channel values:
25 Create colors from Hue, Saturation and Value values:
Dscroll.md74 The following values are possible for the direction:
83 OR-ed values are also possible. E.g. `LV_DIR_TOP | LV_DIR_LEFT`.
135 - `lv_obj_scroll_by(obj, x, y, LV_ANIM_ON/OFF)` scroll by `x` and `y` values
Dobject.md35 - Minimum and maximum values
42 lv_slider_set_range(slider1, 0, 100); /*Set the min. and max. values*/
218 In both cases OR-ed state values can be used as well. E.g. `lv_obj_add_state(obj, part, LV_STATE_PR…
/lvgl-latest/docs/others/
Dmonkey.md16 - `LV_INDEV_TYPE_ENCODER` The minimum and maximum values ​​of `enc_diff`.
17 - `LV_INDEV_TYPE_BUTTON` The minimum and maximum values ​​of `btn_id`. Use `lv_monkey_get_indev()` …
/lvgl-latest/docs/widgets/core/
Dswitch.md12 …de of the slider. The knob can be made larger with the `padding` values. Padding values can be asy…
Dslider.md11 …de of the slider. The knob can be made larger with the `padding` values. Padding values can be asy…
18 To specify the range (min, max values), `lv_slider_set_range(slider, min , max)` can be used.
Dbar.md13 …or larger. The `anim_time` style property sets the animation time if the values set with `LV_ANIM_…
20 The value is interpreted in a range (minimum and maximum values) which can be modified with `lv_bar…
Darc.md9 - `LV_PART_INDICATOR` Draws another arc using the *arc* style properties. Its padding values are in…
10 … on the end of the indicator using all background properties and padding values. With zero padding…
18 The value is interpreted in a range (minimum and maximum values) which can be modified with `lv_arc…
/lvgl-latest/src/font/
Dlv_font_loader.c132 if(kern_dsc->values) in lv_font_free()
133 lv_mem_free((void *)kern_dsc->values); in lv_font_free()
623 int8_t * values = lv_mem_alloc(glyph_entries); in load_kern() local
628 kern_pair->values = values; in load_kern()
634 if(lv_fs_read(fp, values, glyph_entries, NULL) != LV_FS_RES_OK) { in load_kern()
Dlv_font_fmt_txt.h125 const int8_t * values; member
Dlv_font_fmt_txt.c289 value = kdsc->values[ofs]; in get_kern_value()
302 value = kdsc->values[ofs]; in get_kern_value()
/lvgl-latest/docs/widgets/extra/
Dchart.md39 `axis` can have the following values:
46 `axis` tells which axis's range should be used te scale the values.
59 1. Set the values manually in the array like `ser1->points[3] = 7` and refresh the chart with `lv_c…
85 You can specify the minimum and maximum values in y-direction with `lv_chart_set_range(chart, axis,…
113 If `factor` is 256 there is no zoom. 512 means double zoom, etc. Fractional values are also possibl…
119 The possible values of `dir` `LV_DIR_NONE/RIGHT/UP/LEFT/DOWN/HOR/VER/ALL` or their OR-ed values to…
Dtileview.md21 `dir` can be `LV_DIR_LEFT/RIGHT/TOP/BOTTOM/HOR/VER/ALL` or OR-ed values to enable moving to the adj…
Dspan.md58 …imum number of lines to be displayed in LV_SPAN_MODE_BREAK mode, negative values indicate no limit.
/lvgl-latest/docs/layouts/
Dflex.md31 The possible values for `flex_flow` are:
48 The possible values are:
61 …en have grow parameters, the available space will be distributed proportionally to the grow values.
74 All the Flex-related values are style properties under the hood and you can use them similarly to a…
Dgrid.md36 Besides simple settings the size in pixel you can use two special values:
45 `column_align` and `row_align` determine how to align the children in its cell. The possible values
70 All the Grid related values are style properties under the hood and you can use them similarly to a…
/lvgl-latest/tests/src/test_cases/
Dtest_font_loader.c183 (uint8_t *) kern1->values, in compare_fonts()
184 (uint8_t *) kern2->values, in compare_fonts()
/lvgl-latest/docs/libs/
Dgif.md11 To convert a GIF file to byte values array use [LVGL's online converter](https://lvgl.io/tools/imag…
/lvgl-latest/demos/music/
DREADME.md15 - `assets/spectrum.py` creates an array of spectrum values from a music. 4 band are created with 33…
/lvgl-latest/docs/porting/
Dlog.md6 … logging, set `LV_USE_LOG 1` in `lv_conf.h` and set `LV_LOG_LEVEL` to one of the following values:
/lvgl-latest/demos/benchmark/
DREADME.md121 In the end, a table is created to display measured FPS values.
131 …e shown. The < 10 FPS results are shown with red, the >= 10 but < 20 FPS values are displayed with…

12