Searched refs:lodepng_color_mode_make (Results 1 – 2 of 2) sorted by relevance
386 LodePNGColorMode lodepng_color_mode_make(LodePNGColorType colortype, unsigned bitdepth);
2712 LodePNGColorMode lodepng_color_mode_make(LodePNGColorType colortype, unsigned bitdepth) { in lodepng_color_mode_make() function5876 LodePNGColorMode mode16 = lodepng_color_mode_make(LCT_RGB, 16); in lodepng_encode()