Searched refs:FlagByte (Results 1 – 1 of 1) sorted by relevance
225 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local253 FlagByte = 0x80; /* Yes, there is a global color table */ in emit_header()254 FlagByte |= (BitsPerPixel-1) << 4; /* color resolution */ in emit_header()255 FlagByte |= (BitsPerPixel-1); /* size of global color table */ in emit_header()256 putc(FlagByte, dinfo->pub.output_file); in emit_header()