Searched refs:ins_txt (Results 1 – 2 of 2) sorted by relevance
120 void lv_txt_ins(char * txt_buf, uint32_t pos, const char * ins_txt);
310 void lv_txt_ins(char * txt_buf, uint32_t pos, const char * ins_txt) in lv_txt_ins() argument313 uint32_t ins_len = strlen(ins_txt); in lv_txt_ins()324 memcpy(txt_buf + pos, ins_txt, ins_len); in lv_txt_ins()
Completed in 10 milliseconds