Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c2643 … case LCT_GREY_ALPHA: if(!( bd == 8 || bd == 16)) return 37; break; in checkColorValidity()
2656 case LCT_GREY_ALPHA: return 2; in getNumColorChannels()
2770 return info->colortype == LCT_GREY || info->colortype == LCT_GREY_ALPHA; in lodepng_is_greyscale_type()
3197 } else if(mode->colortype == LCT_GREY_ALPHA) { in rgba8ToPixel()
3238 } else if(mode->colortype == LCT_GREY_ALPHA) { in rgba16ToPixel()
3304 } else if(mode->colortype == LCT_GREY_ALPHA) { in getPixelColorRGBA8()
3400 } else if(mode->colortype == LCT_GREY_ALPHA) { in getPixelColorsRGBA8()
3474 } else if(mode->colortype == LCT_GREY_ALPHA) { in getPixelColorsRGB8()
3516 } else if(mode->colortype == LCT_GREY_ALPHA) { in getPixelColorRGBA16()
3616 if(mode_in->colortype == LCT_GREY || mode_in->colortype == LCT_GREY_ALPHA) { in lodepng_convert_rgb()
[all …]
Dlodepng.h105 LCT_GREY_ALPHA = 4, /*grayscale with alpha: 8,16 bit*/ enumerator