Lines Matching refs:bits_per_pixel
237 Image *image,TIM2ImageHeader *header,char clut_depth,char bits_per_pixel, in ReadTIM2ImageData() argument
278 bits_per_line=image->columns*bits_per_pixel; in ReadTIM2ImageData()
293 switch (bits_per_pixel) in ReadTIM2ImageData()
379 switch (bits_per_pixel) in ReadTIM2ImageData()
692 bits_per_pixel; in ReadTIM2Image() local
730 bits_per_pixel=16; in ReadTIM2Image()
733 bits_per_pixel=24; in ReadTIM2Image()
736 bits_per_pixel=32; in ReadTIM2Image()
739 bits_per_pixel=4; /* Implies CLUT */ in ReadTIM2Image()
742 bits_per_pixel=8; /* Implies CLUT */ in ReadTIM2Image()
748 image->depth=(clut_depth != 0) ? clut_depth : bits_per_pixel; in ReadTIM2Image()
754 bits_per_pixel,exception); in ReadTIM2Image()