Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lodepng/
Dlodepng.h557 char ** itext_strings; /*the actual international text - UTF-8 string*/ member
Dlodepng.c3410 info->itext_strings = NULL; in LodePNGIText_init()
3420 string_cleanup(&info->itext_strings[i]); in LodePNGIText_cleanup()
3425 lodepng_free(info->itext_strings); in LodePNGIText_cleanup()
3434 dest->itext_strings = NULL; in LodePNGIText_copy()
3438 source->itext_transkeys[i], source->itext_strings[i])); in LodePNGIText_copy()
3454 …char ** new_strings = (char **)(lodepng_realloc(info->itext_strings, sizeof(char *) * (info->itext… in lodepng_add_itext_sized()
3459 if(new_strings) info->itext_strings = new_strings; in lodepng_add_itext_sized()
3468 info->itext_strings[info->itext_num - 1] = alloc_string_sized(str, size); in lodepng_add_itext_sized()
7105 … info.itext_keys[i], info.itext_langtags[i], info.itext_transkeys[i], info.itext_strings[i], in lodepng_encode()