Home
last modified time | relevance | path

Searched refs:color_tree_get (Results 1 – 1 of 1) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp2943 static int color_tree_get(ColorTree* tree, unsigned char r, unsigned char g, unsigned char b, unsig… in color_tree_get() function
2958 return color_tree_get(tree, r, g, b, a) >= 0; in color_tree_has()
3015 int index = color_tree_get(tree, r, g, b, a); in rgba8ToPixel()