Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/misc/
Dlv_bidi.c221 uint32_t rd = 0; in _lv_bidi_process_paragraph() local
245 while(rd < len) { in _lv_bidi_process_paragraph()
246 uint32_t letter = _lv_txt_encoded_next(str_in, &rd); in _lv_bidi_process_paragraph()
249 if(dir == LV_BASE_DIR_NEUTRAL) dir = bracket_process(str_in, rd, len, letter, base_dir); in _lv_bidi_process_paragraph()
253 if(rd && str_in[rd] != '\0') { in _lv_bidi_process_paragraph()
254 _lv_txt_encoded_prev(str_in, &rd); in _lv_bidi_process_paragraph()
258 if(rd) { in _lv_bidi_process_paragraph()
261 lv_memcpy(&str_out[wr], str_in, rd); in _lv_bidi_process_paragraph()
262 wr += rd; in _lv_bidi_process_paragraph()
270 wr -= rd; in _lv_bidi_process_paragraph()
[all …]
/lvgl-3.5.0/docs/libs/
Dindex.md1 # 3rd party libraries
/lvgl-3.5.0/env_support/cmsis-pack/
DREADME.md109 10. Thoroughly remove the '3rd party libraries' section.
/lvgl-3.5.0/docs/
DCHANGELOG.md751 - Several [3rd party libraries](https://docs.lvgl.io/master/libs/index.html) are merged directly in…
760 - arch add small 3rd party libs to lvgl [`2569`](https://github.com/lvgl/lvgl/pull/2569)
767 - feat(rlottie) add LVGL-Rlottie interface as 3rd party lib [`2700`](https://github.com/lvgl/lvgl/p…
871 - fix add MP support for LVGL 3rd party libraries [`2666`](https://github.com/lvgl/lvgl/pull/2666)
1262 - test add 3rd party libs to all tests and also fix them [`7a95fa9`](https://github.com/lvgl/lvgl/c…
1290 - arch add small 3rd party libs to lvgl [`2569`](https://github.com/lvgl/lvgl/pull/2569)
/lvgl-3.5.0/
DKconfig903 menu "3rd Party Libraries"