Searched refs:getPixelColorRGBA16 (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/extra/libs/png/ |
D | lodepng.c | 3501 static void getPixelColorRGBA16(unsigned short* r, unsigned short* g, unsigned short* b, unsigned s… in getPixelColorRGBA16() function 3577 getPixelColorRGBA16(&r, &g, &b, &a, in, i, mode_in); in lodepng_convert() 3740 getPixelColorRGBA16(&r, &g, &b, &a, in, i, mode_in); in lodepng_compute_color_stats() 3756 getPixelColorRGBA16(&r, &g, &b, &a, in, i, mode_in); in lodepng_compute_color_stats() 3786 getPixelColorRGBA16(&r, &g, &b, &a, in, i, mode_in); in lodepng_compute_color_stats()
|