Home
last modified time | relevance | path

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

/lvgl-latest/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-latest/docs/libs/
Dindex.md1 # 3rd party libraries
/lvgl-latest/env_support/cmsis-pack/
DREADME.md148 10. Thoroughly remove the `3rd party libraries` section.
/lvgl-latest/
DKconfig914 menu "3rd Party Libraries"
/lvgl-latest/docs/
DCHANGELOG.md916 - Several [3rd party libraries](https://docs.lvgl.io/master/libs/index.html) are merged directly in…
925 - arch add small 3rd party libs to lvgl [`2569`](https://github.com/lvgl/lvgl/pull/2569)
932 - feat(rlottie) add LVGL-Rlottie interface as 3rd party lib [`2700`](https://github.com/lvgl/lvgl/p…
1036 - fix add MP support for LVGL 3rd party libraries [`2666`](https://github.com/lvgl/lvgl/pull/2666)
1427 - test add 3rd party libs to all tests and also fix them [`7a95fa9`](https://github.com/lvgl/lvgl/c…
1455 - arch add small 3rd party libs to lvgl [`2569`](https://github.com/lvgl/lvgl/pull/2569)