Searched refs:FT_READ_BYTE (Results 1 – 3 of 3) sorted by relevance
248 if ( FT_READ_BYTE( offsize ) ) in cff_index_init()675 if ( FT_STREAM_SEEK( offset ) || FT_READ_BYTE( format ) ) in CFF_Load_FD_Select()877 FT_READ_BYTE( charset->format ) ) in cff_charset_load()925 if ( FT_READ_BYTE( nleft ) ) in cff_charset_load()1099 FT_READ_BYTE( encoding->format ) || in cff_encoding_load()1100 FT_READ_BYTE( count ) ) in cff_encoding_load()1153 if ( FT_READ_BYTE( glyph_code ) ) in cff_encoding_load()1157 if ( FT_READ_BYTE( nleft ) ) in cff_encoding_load()1201 if ( FT_READ_BYTE( count ) ) in cff_encoding_load()1207 if ( FT_READ_BYTE( glyph_code ) ) in cff_encoding_load()
242 if ( FT_READ_BYTE( len ) ) in load_format_20()
313 #define FT_READ_BYTE( var ) FT_READ_MACRO( FT_Stream_ReadChar, FT_Byte, var ) macro