Lines Matching refs:LCT_PALETTE
2624 return info->colortype == LCT_PALETTE; in lodepng_is_palette_type()
3013 else if(mode->colortype == LCT_PALETTE) in rgba8ToPixel()
3149 else if(mode->colortype == LCT_PALETTE) in getPixelColorRGBA8()
3277 else if(mode->colortype == LCT_PALETTE) in getPixelColorsRGBA8()
3409 if(mode_out->colortype == LCT_PALETTE) in lodepng_convert()
3452 if(mode_out->colortype == LCT_PALETTE) in lodepng_convert()
3835 mode_out->colortype = LCT_PALETTE; in lodepng_auto_choose_color()
3857 if(mode_out->colortype == LCT_PALETTE && mode_in->palettesize == mode_out->palettesize) in lodepng_auto_choose_color()
4281 if(color->colortype == LCT_PALETTE) in readChunk_tRNS()
4316 if(info->color.colortype == LCT_PALETTE) in readChunk_bKGD()
4946 if(info->colortype == LCT_PALETTE) in addChunk_tRNS()
5112 else if(info->color.colortype == LCT_PALETTE) in addChunk_bKGD()
5264 (info->colortype == LCT_PALETTE || info->bitdepth < 8)) strategy = LFS_ZERO; in filter()
5678 if((info.color.colortype == LCT_PALETTE || state->encoder.force_palette) in lodepng_encode()
5741 if(info.color.colortype == LCT_PALETTE) in lodepng_encode()
5750 …if(info.color.colortype == LCT_PALETTE && getPaletteTranslucency(info.color.palette, info.color.pa… in lodepng_encode()