Searched refs:skip (Results 1 – 6 of 6) sorted by relevance
23 …, tick_color, label_gap)`. `nth_major` to specify how many minor ticks to skip to draw a major tic…
64 Use `LV_CHART_POINT_NONE` as value to make the library skip drawing that point, column, or line seg…
114 If you want to skip any particular hook you can do so with:
629 - 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
1657 unsigned skip = hash->zeros[hashpos]; in encodeLZ77() local1658 if(skip > numzeros) skip = numzeros; in encodeLZ77()1659 backptr += skip; in encodeLZ77()1660 foreptr += skip; in encodeLZ77()
668 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context * spc, int skip);4330 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context * spc, int skip) argument4332 spc->skip_missing = skip;