Home
last modified time | relevance | path

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

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp2757 info->itext_num = 0; in LodePNGIText_init()
2767 for(i = 0; i < info->itext_num; i++) in LodePNGIText_cleanup()
2787 dest->itext_num = 0; in LodePNGIText_copy()
2788 for(i = 0; i < source->itext_num; i++) in LodePNGIText_copy()
2804 …char** new_keys = (char**)(lodepng_realloc(info->itext_keys, sizeof(char*) * (info->itext_num + 1)… in lodepng_add_itext()
2805 …_langtags = (char**)(lodepng_realloc(info->itext_langtags, sizeof(char*) * (info->itext_num + 1))); in lodepng_add_itext()
2806 …ranskeys = (char**)(lodepng_realloc(info->itext_transkeys, sizeof(char*) * (info->itext_num + 1))); in lodepng_add_itext()
2807 …ew_strings = (char**)(lodepng_realloc(info->itext_strings, sizeof(char*) * (info->itext_num + 1))); in lodepng_add_itext()
2817 info->itext_num++; in lodepng_add_itext()
2823 string_init(&info->itext_keys[info->itext_num - 1]); in lodepng_add_itext()
[all …]
Dlodepng.h448 size_t itext_num; /*the amount of international texts in this PNG*/ member