Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c2936 info->itext_num = 0; in LodePNGIText_init()
2945 for(i = 0; i != info->itext_num; ++i) { in LodePNGIText_cleanup()
2963 dest->itext_num = 0; in LodePNGIText_copy()
2964 for(i = 0; i != source->itext_num; ++i) { in LodePNGIText_copy()
2977 …char** new_keys = (char**)(lodepng_realloc(info->itext_keys, sizeof(char*) * (info->itext_num + 1)… in lodepng_add_itext_sized()
2978 …_langtags = (char**)(lodepng_realloc(info->itext_langtags, sizeof(char*) * (info->itext_num + 1))); in lodepng_add_itext_sized()
2979 …ranskeys = (char**)(lodepng_realloc(info->itext_transkeys, sizeof(char*) * (info->itext_num + 1))); in lodepng_add_itext_sized()
2980 …ew_strings = (char**)(lodepng_realloc(info->itext_strings, sizeof(char*) * (info->itext_num + 1))); in lodepng_add_itext_sized()
2989 ++info->itext_num; in lodepng_add_itext_sized()
2991 info->itext_keys[info->itext_num - 1] = alloc_string(key); in lodepng_add_itext_sized()
[all …]
Dlodepng.h499 size_t itext_num; /*the amount of international texts in this PNG*/ member