Searched refs:FT_READ_BYTE (Results 1 – 4 of 4) sorted by relevance
248 if ( FT_READ_BYTE( offsize ) ) in cff_index_init()676 if ( FT_STREAM_SEEK( offset ) || FT_READ_BYTE( format ) ) in CFF_Load_FD_Select()885 FT_READ_BYTE( charset->format ) ) in cff_charset_load()933 if ( FT_READ_BYTE( nleft ) ) in cff_charset_load()1107 FT_READ_BYTE( encoding->format ) || in cff_encoding_load()1108 FT_READ_BYTE( count ) ) in cff_encoding_load()1161 if ( FT_READ_BYTE( glyph_code ) ) in cff_encoding_load()1165 if ( FT_READ_BYTE( nleft ) ) in cff_encoding_load()1209 if ( FT_READ_BYTE( count ) ) in cff_encoding_load()1215 if ( FT_READ_BYTE( glyph_code ) ) in cff_encoding_load()
241 if ( FT_READ_BYTE( c ) ) in ft_gzip_check_header()255 if ( FT_READ_BYTE( c ) ) in ft_gzip_check_header()
242 if ( FT_READ_BYTE( len ) ) in load_format_20()
306 #define FT_READ_BYTE( var ) FT_READ_MACRO( FT_Stream_ReadChar, FT_Byte, var ) macro
Completed in 8 milliseconds