Searched refs:LCT_RGBA (Results 1 – 3 of 3) sorted by relevance
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.h | 93 LCT_RGBA = 6 /*RGB with alpha: 8,16 bit*/ enumerator 201 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8); 204 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8); 212 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8); 220 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8); 223 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8); 232 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8); 235 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
|
D | lodepng.cpp | 2528 info->colortype = LCT_RGBA; in lodepng_color_mode_init() 3034 else if(mode->colortype == LCT_RGBA) in rgba8ToPixel() 3084 else if(mode->colortype == LCT_RGBA) in rgba16ToPixel() 3187 else if(mode->colortype == LCT_RGBA) in getPixelColorRGBA8() 3321 else if(mode->colortype == LCT_RGBA) in getPixelColorsRGBA8() 3376 else if(mode->colortype == LCT_RGBA) in getPixelColorRGBA16() 3432 else if(mode_out->bitdepth == 8 && mode_out->colortype == LCT_RGBA) in lodepng_convert() 3769 if(mode_out->colortype != LCT_RGBA && mode_out->colortype != LCT_GREY_ALPHA) return 0; in lodepng_auto_choose_color() 3785 mode_out->colortype = (mode_out->colortype == LCT_RGBA ? LCT_RGB : LCT_GREY); in lodepng_auto_choose_color() 3798 mode_out->colortype = profile.colored ? LCT_RGBA : LCT_GREY_ALPHA; in lodepng_auto_choose_color() [all …]
|
/external/zopfli/src/zopflipng/ |
D | zopflipng_lib.cc | 195 state.info_raw.colortype = LCT_RGBA; in TryOptimize() 378 error = lodepng::decode(image, w, h, origpng, LCT_RGBA, 16); in ZopfliPNGOptimize()
|