Home | History | Annotate | Download | only in coders

Lines Matching defs:component_count

89   pixmap.component_count=(short) ReadBlobMSBShort(image); \
95 (pixmap.bits_per_pixel > 32) || (pixmap.component_count <= 0) || \
96 (pixmap.component_count > 4) || (pixmap.component_size <= 0)) \
126 component_count,
880 pixmap.component_count=0;
1135 tile_image->alpha_trait=pixmap.component_count == 4 ?
1292 p+=(pixmap.component_count-1)*tile_image->columns;
1700 pixmap.component_count=1;
1715 pixmap.component_count=image->alpha_trait != UndefinedPixelTrait ? 4 : 3;
1910 (void) WriteBlobMSBShort(image,(unsigned short) pixmap.component_count);