Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c3134 static int color_tree_get(ColorTree* tree, unsigned char r, unsigned char g, unsigned char b, unsig… in color_tree_get() function
3146 return color_tree_get(tree, r, g, b, a) >= 0; in color_tree_has()
3193 int index = color_tree_get(tree, r, g, b, a); in rgba8ToPixel()