Searched refs:skip (Results 1 – 14 of 14) sorted by relevance
178 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 …]
198 void skip(const char* key);
225 void LookaheadParserHandler::skip(const char* key) in skip() function in LookaheadParserHandler
47 appended to it, allowing to skip the common part.
2196 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()
111 - You can also set ``Default driver letter`` to 65 to skip the prefix in file paths.
111 "install" so you can skip the next step.
166 - **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>`__
385 If you want to skip any particular hook you can do so with:
15 If you want to skip the drive-letter prefix in Unix-like paths, you can use the
551 To skip the palette, include the following line in your :ref:`flush_callback` function: ``px_map +=…
230 Use :c:macro:`LV_CHART_POINT_NONE` as value to make the library skip drawing
1749 unsigned skip = hash->zeros[hashpos]; in encodeLZ77() local1750 if(skip > numzeros) skip = numzeros; in encodeLZ77()1751 backptr += skip; in encodeLZ77()1752 foreptr += skip; in encodeLZ77()
666 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context * spc, int skip);4361 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context * spc, int skip) argument4363 spc->skip_missing = skip;