MCPcopy Create free account
hub / github.com/creatale/node-dv / LodePNGText_init

Function LodePNGText_init

deps/lodepng/lodepng.cpp:2822–2827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2820/******************************************************************************/
2821
2822static void LodePNGText_init(LodePNGInfo* info)
2823{
2824 info->text_num = 0;
2825 info->text_keys = NULL;
2826 info->text_strings = NULL;
2827}
2828
2829static void LodePNGText_cleanup(LodePNGInfo* info)
2830{

Callers 1

lodepng_info_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected