Searched refs:forward (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/docs/details/other-components/ |
D | fragment.rst | 21 to it, and has an internal stack to achieve forward and backwards navigation. You can use
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieProperty.h | 238 auto forward = (static_cast<int>(frameNo / range) % 2) == 0 ? true : false; in _loop() local 240 return (forward ? frameNo : (range - frameNo)) + (*frames)[exp->loop.key].no; in _loop() 247 auto forward = (static_cast<int>(frameNo / range) % 2) == 0 ? true : false; in _loop() local 249 return (forward ? frameNo : (range - frameNo)) + frames->first().no; in _loop()
|
/lvgl-latest/docs/details/main-components/ |
D | animation.rst | 200 Sometimes an Animation needs to play forward, and then play backwards, effectively 206 Optionally, you can also introduce a delay between the forward and backward 336 It supports forward and reverse play of the entire Animation group, using 359 Animation Timeline is also played in reverse after its forward play completes.
|
/lvgl-latest/docs/details/base-widget/ |
D | layer.rst | 69 …- ``< 0``: count from the top, to move forward (up): :cpp:expr:`lv_obj_move_to_index(widget, lv_ob…
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | prettywriter.h | 67 …Base(std::forward<PrettyWriter>(rhs)), indentChar_(rhs.indentChar_), indentCharCount_(rhs.indentCh… in PrettyWriter()
|
D | allocators.h | 542 traits_type::construct(*this, p, std::forward<Args>(args)...);
|
D | document.h | 2536 … : ValueType(std::forward<ValueType>(rhs)), // explicit cast to avoid prohibited move from Document 2565 ValueType::operator=(std::forward<ValueType>(rhs));
|
/lvgl-latest/docs/details/libs/ |
D | rlottie.rst | 123 // Play forward once (no looping) 126 The default animation mode is **play forward with loop**.
|
/lvgl-latest/docs/details/integration/bindings/ |
D | api_json.rst | 90 - ``"forward_decl"``: Describes a forward declaration.There are structures in
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.…
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 1388 size_t forward; in inflateHuffmanBlock() local 1391 for(forward = distance; forward < length; ++forward) { in inflateHuffmanBlock()
|