Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieParser.cpp178 else skip(key); in getValue()
199 else skip(key); in getValue()
367 else skip(key); in parseSlotProperty()
441 else skip(nullptr); in parseKeyFrame()
457 } else skip(key); in parseKeyFrame()
510 } else skip(key); in parseProperty()
552 else skip(key); in parseRect()
570 else skip(key); in parseEllipse()
600 else skip(key); in parseTransform()
613 else skip(key); in parseTransform()
[all …]
DtvgLottieParserHandler.h198 void skip(const char* key);
DtvgLottieParserHandler.cpp225 void LookaheadParserHandler::skip(const char* key) in skip() function in LookaheadParserHandler
/lvgl-latest/docs/details/libs/
Dfs.rst47 appended to it, allowing to skip the common part.
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c2196 goto skip; in _lv_wayland_flush()
2200 goto skip; in _lv_wayland_flush()
2208 goto skip; in _lv_wayland_flush()
2220 goto skip; in _lv_wayland_flush()
2262 skip: in _lv_wayland_flush()
/lvgl-latest/docs/details/integration/chip/
Despressif.rst111 - You can also set ``Default driver letter`` to 65 to skip the prefix in file paths.
Dalif.rst111 "install" so you can skip the next step.
/lvgl-latest/docs/
DCHANGELOG.rst166 - **perf(draw): skip empty draw tasks** `6720 <https://github.com/lvgl/lvgl/pull/6720>`__
176 - **perf(draw): skip border drawing when border side is none** `5959 <https://github.com/lvgl/lvgl/…
243 - **fix(draw_buf): skip palette cleanup** `6471 <https://github.com/lvgl/lvgl/pull/6471>`__
398 - **docs: fix typo in the comments [ci skip]** `6027 <https://github.com/lvgl/lvgl/pull/6027>`__
DCODING_STYLE.rst385 If you want to skip any particular hook you can do so with:
/lvgl-latest/docs/details/main-components/
Dfs.rst15 If you want to skip the drive-letter prefix in Unix-like paths, you can use the
Ddisplay.rst551 To skip the palette, include the following line in your :ref:`flush_callback` function: ``px_map +=…
/lvgl-latest/docs/details/widgets/
Dchart.rst230 Use :c:macro:`LV_CHART_POINT_NONE` as value to make the library skip drawing
/lvgl-latest/src/libs/lodepng/
Dlodepng.c1749 unsigned skip = hash->zeros[hashpos]; in encodeLZ77() local
1750 if(skip > numzeros) skip = numzeros; in encodeLZ77()
1751 backptr += skip; in encodeLZ77()
1752 foreptr += skip; in encodeLZ77()
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h666 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context * spc, int skip);
4361 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context * spc, int skip) argument
4363 spc->skip_missing = skip;