Home | History | Annotate | Download | only in lodepng

Lines Matching refs:LCT_PALETTE

2624   return info->colortype == LCT_PALETTE;
3013 else if(mode->colortype == LCT_PALETTE)
3149 else if(mode->colortype == LCT_PALETTE)
3277 else if(mode->colortype == LCT_PALETTE)
3409 if(mode_out->colortype == LCT_PALETTE)
3452 if(mode_out->colortype == LCT_PALETTE)
3835 LCT_PALETTE;
3857 if(mode_out->colortype == LCT_PALETTE && mode_in->palettesize == mode_out->palettesize)
4281 if(color->colortype == LCT_PALETTE)
4316 if(info->color.colortype == LCT_PALETTE)
4946 if(info->colortype == LCT_PALETTE)
5112 else if(info->color.colortype == LCT_PALETTE)
5264 (info->colortype == LCT_PALETTE || info->bitdepth < 8)) strategy = LFS_ZERO;
5678 if((info.color.colortype == LCT_PALETTE || state->encoder.force_palette)
5741 if(info.color.colortype == LCT_PALETTE)
5750 if(info.color.colortype == LCT_PALETTE && getPaletteTranslucency(info.color.palette, info.color.palettesize) != 0)