Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.h106 LCT_RGBA = 6, /*RGB with alpha: 8,16 bit*/ enumerator
220 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
223 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
231 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
240 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
243 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
252 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
255 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
Dlodepng.c2644 … case LCT_RGBA: if(!( bd == 8 || bd == 16)) return 37; break; in checkColorValidity()
2657 case LCT_RGBA: return 4; in getNumColorChannels()
2673 info->colortype = LCT_RGBA; in lodepng_color_mode_init()
3206 } else if(mode->colortype == LCT_RGBA) { in rgba8ToPixel()
3244 } else if(mode->colortype == LCT_RGBA) { in rgba16ToPixel()
3312 } else if(mode->colortype == LCT_RGBA) { in getPixelColorRGBA8()
3412 } else if(mode->colortype == LCT_RGBA) { in getPixelColorsRGBA8()
3484 } else if(mode->colortype == LCT_RGBA) { in getPixelColorsRGB8()
3519 } else if(mode->colortype == LCT_RGBA) { in getPixelColorRGBA16()
3580 } else if(mode_out->bitdepth == 8 && mode_out->colortype == LCT_RGBA) { in lodepng_convert()
[all …]