Searched defs:ColorTree (Results 1 - 1 of 1) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp2908 typedef struct ColorTree ColorTree; typedef in typeref:struct:ColorTree
2916 struct ColorTree struct
2918 ColorTree* children[16]; /*up to 16 pointers to ColorTree of next level*/
2922 static void color_tree_init(ColorTree* tree)
2929 static void color_tree_cleanup(ColorTree* tree)
2943 static int color_tree_get(ColorTree* tree, unsigned char r, unsigned char g, unsigned char b, unsigned char a)
2956 static int color_tree_has(ColorTree* tree, unsigned char r, unsigned char g, unsigned char b, unsigned char a)
2964 static void color_tree_add(ColorTree* tre
[all...]

Completed in 78 milliseconds