Home
last modified time | relevance | path

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

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.h452 char** itext_strings; /*the actual international text - UTF-8 string*/ member
Dlodepng.cpp2761 info->itext_strings = NULL; in LodePNGIText_init()
2772 string_cleanup(&info->itext_strings[i]); in LodePNGIText_cleanup()
2777 lodepng_free(info->itext_strings); in LodePNGIText_cleanup()
2786 dest->itext_strings = 0; in LodePNGIText_copy()
2791 source->itext_transkeys[i], source->itext_strings[i])); in LodePNGIText_copy()
2807 …char** new_strings = (char**)(lodepng_realloc(info->itext_strings, sizeof(char*) * (info->itext_nu… in lodepng_add_itext()
2821 info->itext_strings = new_strings; in lodepng_add_itext()
2832 string_init(&info->itext_strings[info->itext_num - 1]); in lodepng_add_itext()
2833 string_set(&info->itext_strings[info->itext_num - 1], str); in lodepng_add_itext()
5830 … info.itext_keys[i], info.itext_langtags[i], info.itext_transkeys[i], info.itext_strings[i], in lodepng_encode()