MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / LodePNGIText_init

Function LodePNGIText_init

dependency/densecrf/examples/lodepng.cpp:2839–2846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2837/******************************************************************************/
2838
2839static void LodePNGIText_init(LodePNGInfo* info)
2840{
2841 info->itext_num = 0;
2842 info->itext_keys = NULL;
2843 info->itext_langtags = NULL;
2844 info->itext_transkeys = NULL;
2845 info->itext_strings = NULL;
2846}
2847
2848static void LodePNGIText_cleanup(LodePNGInfo* info)
2849{

Callers 1

lodepng_info_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected