Searched refs:pos_conv_out (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.5.0/src/misc/ |
D | lv_bidi.c | 46 static void rtl_reverse(char * dest, const char * src, uint32_t len, uint16_t * pos_conv_out, uint1… 217 uint16_t * pos_conv_out, uint16_t pos_conv_len) in _lv_bidi_process_paragraph() argument 264 if(pos_conv_out) { in _lv_bidi_process_paragraph() 265 fill_pos_conv(&pos_conv_out[pos_conv_wr], pos_conv_rd, 0); in _lv_bidi_process_paragraph() 272 …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() 285 … if(pos_conv_out) fill_pos_conv(&pos_conv_out[pos_conv_wr], pos_conv_run_len, pos_conv_rd); in _lv_bidi_process_paragraph() 287 …_reverse(str_out ? &str_out[wr] : NULL, &str_in[rd], run_len, pos_conv_out ? &pos_conv_out[pos_con… in _lv_bidi_process_paragraph() 297 … if(pos_conv_out) fill_pos_conv(&pos_conv_out[pos_conv_wr], pos_conv_run_len, pos_conv_rd); in _lv_bidi_process_paragraph() 299 …_reverse(str_out ? &str_out[wr] : NULL, &str_in[rd], run_len, pos_conv_out ? &pos_conv_out[pos_con… in _lv_bidi_process_paragraph() 521 static void rtl_reverse(char * dest, const char * src, uint32_t len, uint16_t * pos_conv_out, uint1… in rtl_reverse() argument [all …]
|
D | lv_bidi.h | 106 uint16_t * pos_conv_out, uint16_t pos_conv_len);
|