MCPcopy Create free account
hub / github.com/DFHack/dfhack / LodePNGIText_init

Function LodePNGIText_init

depends/lodepng/lodepng.cpp:2932–2938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2930/******************************************************************************/
2931
2932static void LodePNGIText_init(LodePNGInfo* info) {
2933 info->itext_num = 0;
2934 info->itext_keys = NULL;
2935 info->itext_langtags = NULL;
2936 info->itext_transkeys = NULL;
2937 info->itext_strings = NULL;
2938}
2939
2940static void LodePNGIText_cleanup(LodePNGInfo* info) {
2941 size_t i;

Callers 1

lodepng_info_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected