Searched refs:clut_depth (Results 1 – 1 of 1) sorted by relevance
237 Image *image,TIM2ImageHeader *header,char clut_depth,char bits_per_pixel, in ReadTIM2ImageData() argument284 if (clut_depth != 0) in ReadTIM2ImageData()509 if ((status != MagickFalse) && (clut_depth != 0)) in ReadTIM2ImageData()538 switch(clut_depth) in ReadTIM2ImageData()691 clut_depth, in ReadTIM2Image() local708 clut_depth=0; in ReadTIM2Image()714 clut_depth=16; in ReadTIM2Image()717 clut_depth=24; in ReadTIM2Image()720 clut_depth=32; in ReadTIM2Image()748 image->depth=(clut_depth != 0) ? clut_depth : bits_per_pixel; in ReadTIM2Image()[all …]