Home | History | Annotate | Download | only in coders

Lines Matching defs:bits_per_pixel

79     bits_per_pixel;
319 bits_per_pixel;
328 bits_per_pixel=ReadBlobByte(image);
329 if (bits_per_pixel == -1)
331 pcx_info.bits_per_pixel=(unsigned char) bits_per_pixel;
346 ((pcx_info.bits_per_pixel != 1) &&
347 (pcx_info.bits_per_pixel != 2) &&
348 (pcx_info.bits_per_pixel != 4) &&
349 (pcx_info.bits_per_pixel != 8)))
351 image->depth=pcx_info.bits_per_pixel;
361 if ((pcx_info.bits_per_pixel*pcx_info.planes) >= 64)
364 if ((pcx_info.bits_per_pixel != 8) || (pcx_info.planes == 1))
366 ((pcx_info.bits_per_pixel*pcx_info.planes) == 1))
368 (pcx_info.bits_per_pixel*pcx_info.planes)),256UL);
371 if ((pcx_info.bits_per_pixel >= 8) && (pcx_info.planes != 1))
401 if ((size_t) (pcx_info.bits_per_pixel*pcx_info.planes*image->columns) >
459 ((pcx_info.bits_per_pixel*pcx_info.planes) == 1))
466 if ((pcx_info.bits_per_pixel*pcx_info.planes) == 1)
559 switch (pcx_info.bits_per_pixel)
931 pcx_info.bits_per_pixel=8;
934 pcx_info.bits_per_pixel=1;
967 pcx_info.bits_per_pixel+7)/8);
976 bits_per_pixel);
1079 if (pcx_info.bits_per_pixel > 1)