Home
last modified time | relevance | path

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

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.h501 char** itext_strings; /*the actual international text - UTF-8 string*/ member
Dlodepng.cpp2937 info->itext_strings = NULL; in LodePNGIText_init()
2946 string_cleanup(&info->itext_strings[i]); in LodePNGIText_cleanup()
2951 lodepng_free(info->itext_strings); in LodePNGIText_cleanup()
2959 dest->itext_strings = NULL; in LodePNGIText_copy()
2963 source->itext_transkeys[i], source->itext_strings[i])); in LodePNGIText_copy()
2977 …char** new_strings = (char**)(lodepng_realloc(info->itext_strings, sizeof(char*) * (info->itext_nu… in lodepng_add_itext_sized()
2982 if(new_strings) info->itext_strings = new_strings; in lodepng_add_itext_sized()
2991 info->itext_strings[info->itext_num - 1] = alloc_string_sized(str, size); in lodepng_add_itext_sized()
6049 … info.itext_keys[i], info.itext_langtags[i], info.itext_transkeys[i], info.itext_strings[i], in lodepng_encode()