Home | History | Annotate | Download | only in coders

Lines Matching defs:bits_per_pixel

304     bits_per_pixel,
410 bits_per_pixel=pdb_image.type == 0 ? 2UL : pdb_image.type == 2 ? 4UL : 1UL;
412 if (AcquireImageColormap(image,one << bits_per_pixel,exception) == MagickFalse)
422 packets=(bits_per_pixel*image->columns+7)/8;
447 switch (bits_per_pixel)
741 bits_per_pixel,
771 bits_per_pixel=1;
773 bits_per_pixel=2;
775 bits_per_pixel=3;
777 bits_per_pixel=4;
812 switch (bits_per_pixel)
829 packets=((bits_per_pixel*image->columns+7)/8);
850 bits=8/(int) bits_per_pixel-1; /* start at most significant bits */
866 (8-bits_per_pixel) << bits*bits_per_pixel;
905 bits=8/(int) bits_per_pixel-1;