Searched refs:dir_tables (Results 1 – 6 of 6) sorted by relevance
217 if ( face->dir_tables[i].CheckSum ) in tt_get_sfnt_checksum()218 return face->dir_tables[i].CheckSum; in tt_get_sfnt_checksum()225 face->dir_tables[i].Tag, in tt_get_sfnt_checksum()231 face->dir_tables[i].Length ); in tt_get_sfnt_checksum()340 switch( face->dir_tables[i].Tag ) in tt_check_trickyness_sfnt_ids()362 if ( face->dir_tables[i].Length == sfnt_id[j][k].Length ) in tt_check_trickyness_sfnt_ids()
124 TT_Table entry = face->dir_tables; in tt_face_load_loca()
130 *tag = face->dir_tables[idx].Tag; in sfnt_table_info()131 *offset = face->dir_tables[idx].Offset; in sfnt_table_info()132 *length = face->dir_tables[idx].Length; in sfnt_table_info()
74 entry = face->dir_tables; in tt_face_lookup_table()378 if ( FT_QNEW_ARRAY( face->dir_tables, face->num_tables ) ) in tt_face_load_font_dir()385 entry = face->dir_tables; in tt_face_load_font_dir()
1105 FT_FREE( face->dir_tables ); in sfnt_done_face()
1266 TT_Table dir_tables; member