Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lodepng/
Dlodepng.c3622 static int color_tree_get(ColorTree * tree, unsigned char r, unsigned char g, unsigned char b, unsi… in color_tree_get() function
3636 return color_tree_get(tree, r, g, b, a) >= 0; in color_tree_has()
3688 int index = color_tree_get(tree, r, g, b, a); in rgba8ToPixel()