Searched refs:getPixelColorRGBA16 (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 4038 static void getPixelColorRGBA16(unsigned short * r, unsigned short * g, unsigned short * b, unsigne… in getPixelColorRGBA16() function 4119 getPixelColorRGBA16(&r, &g, &b, &a, in, i, mode_in); in lodepng_convert() 4295 getPixelColorRGBA16(&r, &g, &b, &a, in, i, mode_in); in lodepng_compute_color_stats() 4311 getPixelColorRGBA16(&r, &g, &b, &a, in, i, mode_in); in lodepng_compute_color_stats() 4343 getPixelColorRGBA16(&r, &g, &b, &a, in, i, mode_in); in lodepng_compute_color_stats()
|