Searched refs:rd (Results 1 – 5 of 5) sorted by relevance
221 uint32_t rd = 0; in _lv_bidi_process_paragraph() local245 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 …]
1 # 3rd party libraries
109 10. Thoroughly remove the '3rd party libraries' section.
751 - 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)
903 menu "3rd Party Libraries"