Searched refs:FlagByte (Results 1 – 3 of 3) sorted by relevance
256 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local284 FlagByte = 0x80; /* Yes, there is a global color table */ in emit_header()285 FlagByte |= (BitsPerPixel - 1) << 4; /* color resolution */ in emit_header()286 FlagByte |= (BitsPerPixel - 1); /* size of global color table */ in emit_header()287 putc(FlagByte, dinfo->pub.output_file); in emit_header()
193 FT_Byte FlagByte; /* table type and flags */ member
1866 if ( FT_READ_BYTE( table->FlagByte ) ) in woff2_open_font()1869 if ( ( table->FlagByte & 0x3f ) == 0x3f ) in woff2_open_font()1876 table->Tag = woff2_known_tags( table->FlagByte & 0x3f ); in woff2_open_font()1886 xform_version = ( table->FlagByte >> 6 ) & 0x03; in woff2_open_font()1934 table->FlagByte & 0x3f, in woff2_open_font()1935 ( table->FlagByte >> 6 ) & 0x03, in woff2_open_font()