Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_bidi.c51 static void fill_pos_conv(uint16_t * out, uint16_t len, uint16_t index);
265 fill_pos_conv(&pos_conv_out[pos_conv_wr], pos_conv_rd, 0); 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()
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()
422 static void fill_pos_conv(uint16_t * out, uint16_t len, uint16_t index) in fill_pos_conv() function
564 …if(pos_conv_out) fill_pos_conv(&pos_conv_out[pos_conv_wr], pos_conv_last_weak - pos_conv_first_wea… in rtl_reverse()