Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 7 of 7) sorted by relevance

/lvgl-3.7.0/src/extra/libs/gif/
Dgifdec.c396 uint16_t key, clear, stop; in read_image_data() local
409 stop = clear + 1; in read_image_data()
436 if (key == stop || key == 0x1000) break; in read_image_data()
457 if (key == stop) f_gif_read(gif, &sub_len, 1); /* Must be zero! */ in read_image_data()
/lvgl-3.7.0/docs/widgets/core/
Droller.md9 When the Roller is scrolled and doesn't stop exactly on an option it will scroll to the nearest val…
/lvgl-3.7.0/docs/overview/
Danimation.md118 Call `lv_anim_timeline_stop(at)` to stop the animation timeline.
/lvgl-3.7.0/
DKconfig183 This adds (sizeof(lv_color_t) + 1) bytes per additional stop
/lvgl-3.7.0/docs/_static/css/
Dfontawesome.min.css5 …ontent:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-cir…
/lvgl-3.7.0/docs/
DCHANGELOG.md677 - feat(event): add preprocessing and stop bubbling features for events [`3003`](https://github.com/…
1643 - Add snap stop to scroll max 1 snap point
1751 - fix(layout) stop layout after recursion threshold is reached
2038 - gradient stop position to shift the gradient area and horizontal gradient
/lvgl-3.7.0/scripts/
DDoxyfile761 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when