Searched refs:ap_copy (Results 1 – 1 of 1) sorted by relevance
499 va_list ap_copy; in lv_text_set_text_vfmt() local500 va_copy(ap_copy, ap); in lv_text_set_text_vfmt()501 uint32_t len = lv_vsnprintf(NULL, 0, fmt, ap_copy); in lv_text_set_text_vfmt()502 va_end(ap_copy); in lv_text_set_text_vfmt()