Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/png/
Dlodepng.h489 char** text_strings; /*the actual text*/ member
Dlodepng.c2884 info->text_strings = NULL; in LodePNGText_init()
2891 string_cleanup(&info->text_strings[i]); in LodePNGText_cleanup()
2894 lodepng_free(info->text_strings); in LodePNGText_cleanup()
2900 dest->text_strings = NULL; in LodePNGText_copy()
2903 CERROR_TRY_RETURN(lodepng_add_text(dest, source->text_keys[i], source->text_strings[i])); in LodePNGText_copy()
2910 …char** new_strings = (char**)(lodepng_realloc(info->text_strings, sizeof(char*) * (info->text_num … in lodepng_add_text_sized()
2913 if(new_strings) info->text_strings = new_strings; in lodepng_add_text_sized()
2919 info->text_strings[info->text_num - 1] = alloc_string_sized(str, size); in lodepng_add_text_sized()
2920 …if(!info->text_keys[info->text_num - 1] || !info->text_strings[info->text_num - 1]) return 83; /*a… in lodepng_add_text_sized()
6016 …state->error = addChunk_zTXt(&outv, info.text_keys[i], info.text_strings[i], &state->encoder.zlibs… in lodepng_encode()
[all …]