Home
last modified time | relevance | path

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

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp2998 else if(mode->colortype == LCT_RGB) in rgba8ToPixel()
3067 else if(mode->colortype == LCT_RGB) in rgba16ToPixel()
3130 else if(mode->colortype == LCT_RGB) in getPixelColorRGBA8()
3250 else if(mode->colortype == LCT_RGB) in getPixelColorsRGBA8()
3361 else if(mode->colortype == LCT_RGB) in getPixelColorRGBA16()
3436 else if(mode_out->bitdepth == 8 && mode_out->colortype == LCT_RGB) in lodepng_convert()
3785 mode_out->colortype = (mode_out->colortype == LCT_RGBA ? LCT_RGB : LCT_GREY); in lodepng_auto_choose_color()
3802 mode_out->colortype = profile.colored ? LCT_RGB : LCT_GREY; in lodepng_auto_choose_color()
3848 …mode_out->colortype = profile.colored ? LCT_RGB : LCT_GREY /*LCT_GREY normally won't occur, alread… in lodepng_auto_choose_color()
4296 else if(color->colortype == LCT_RGB) in readChunk_tRNS()
[all …]
Dlodepng.h90 LCT_RGB = 2, /*RGB: 8,16 bit*/ enumerator