MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / LodePNGIText_init

Function LodePNGIText_init

samples/shared/lodepng.cpp:2790–2797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2788/******************************************************************************/
2789
2790static void LodePNGIText_init(LodePNGInfo* info)
2791{
2792 info->itext_num = 0;
2793 info->itext_keys = NULL;
2794 info->itext_langtags = NULL;
2795 info->itext_transkeys = NULL;
2796 info->itext_strings = NULL;
2797}
2798
2799static void LodePNGIText_cleanup(LodePNGInfo* info)
2800{

Callers 1

lodepng_info_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected