Searched defs:gx_image_enum_s (Results 1 – 1 of 1) sorted by relevance
165 struct gx_image_enum_s { struct170 byte bps; /* bits per sample: 1, 2, 4, 8, 12 */171 byte unpack_bps; /* bps for computing unpack proc, */173 byte log2_xbytes; /* log2(bytes per expanded sample): */176 byte spp; /* samples per pixel */177 gs_image_alpha_t alpha; /* Alpha from image structure */178 struct mc_ {186 } mask_color; /* (if ImageType 4) */187 byte use_mask_color; /* true if color masking is being used */189 byte spread; /* (spp if multi-plane, 1 if not) */[all …]