Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 6 of 6) sorted by relevance

/lvgl-3.6.0/docs/widgets/extra/
Dmeter.md23 …, tick_color, label_gap)`. `nth_major` to specify how many minor ticks to skip to draw a major tic…
Dchart.md64 Use `LV_CHART_POINT_NONE` as value to make the library skip drawing that point, column, or line seg…
/lvgl-3.6.0/docs/
DCODING_STYLE.md114 If you want to skip any particular hook you can do so with:
DCHANGELOG.md629 - ci bump test timeout to 30 seconds [skip ci] [`85e3e23`](https://github.com/lvgl/lvgl/commit/85e3…
1027 - fix(fsdrv): skip the path format if LV_FS_xxx_PATH not defined [`2726`](https://github.com/lvgl/l…
1133 - fix(printf) skip defining attribute if pycparser is used [`ee9bbea`](https://github.com/lvgl/lvgl…
1159 - fix(txt): skip basic arabic vowel characters when processing conjunction [`5b54800`](https://gith…
1172 - fix(group) skip object if an of the parents is hidden [`5799c10`](https://github.com/lvgl/lvgl/co…
1373 - docs describe the options to include or skip lv_conf.h [`174ef66`](https://github.com/lvgl/lvgl/c…
1525 - fix(printf) skip defining attribute if pycparser is used
/lvgl-3.6.0/src/extra/libs/png/
Dlodepng.c1657 unsigned skip = hash->zeros[hashpos]; in encodeLZ77() local
1658 if(skip > numzeros) skip = numzeros; in encodeLZ77()
1659 backptr += skip; in encodeLZ77()
1660 foreptr += skip; in encodeLZ77()
/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h668 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context * spc, int skip);
4330 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context * spc, int skip) argument
4332 spc->skip_missing = skip;