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

Function color_tree_init

samples/shared/lodepng.cpp:2957–2962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2955};
2956
2957static void color_tree_init(ColorTree* tree)
2958{
2959 int i;
2960 for(i = 0; i < 16; i++) tree->children[i] = 0;
2961 tree->index = -1;
2962}
2963
2964static void color_tree_cleanup(ColorTree* tree)
2965{

Callers 3

color_tree_addFunction · 0.85
lodepng_convertFunction · 0.85
get_color_profileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected