Home
last modified time | relevance | path

Searched refs:forward (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.7.0/docs/libs/
Drlottie.md84 // Play forward once (no looping)
88 The default animation mode is **play forward with loop**.
/lvgl-3.7.0/docs/overview/
Dlayer.md41 …0: backgroud, child_num - 1: foreground, <0: count from the top, to move forward (up): `lv_obj_mov…
Danimation.md116 It supports forward and backward playback of the entire animation group, using `lv_anim_timeline_se…
/lvgl-3.7.0/docs/_static/css/
Dfontawesome.min.css5forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.…
/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c1323 size_t forward; in inflateHuffmanBlock() local
1326 for(forward = distance; forward < length; ++forward) { in inflateHuffmanBlock()