Searched refs:rtl_reverse (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_bidi.c | 53 static void rtl_reverse(char * dest, const char * src, uint32_t len, uint16_t * pos_conv_out, uint1… 239 …rtl_reverse(str_out ? &str_out[wr] : NULL, str_in, rd, pos_conv_out ? &pos_conv_out[pos_conv_wr] :… in lv_bidi_process_paragraph() 254 …else rtl_reverse(str_out ? &str_out[wr] : NULL, &str_in[rd], run_len, pos_conv_out ? &pos_conv_out… in lv_bidi_process_paragraph() 266 …else rtl_reverse(str_out ? &str_out[wr] : NULL, &str_in[rd], run_len, pos_conv_out ? &pos_conv_out… in lv_bidi_process_paragraph() 501 static void rtl_reverse(char * dest, const char * src, uint32_t len, uint16_t * pos_conv_out, uint1… in rtl_reverse() function
|