Searched refs:num_tables (Results 1 – 7 of 7) sorted by relevance
75 limit = entry + face->num_tables; in tt_face_lookup_table()195 for ( nn = 0; nn < sfnt->num_tables; nn++ ) in check_table_dir()205 nn, nn == 1 ? "" : "s", sfnt->num_tables )); in check_table_dir()206 sfnt->num_tables = nn; in check_table_dir()266 sfnt->num_tables = valid_entries; in check_table_dir()268 if ( sfnt->num_tables == 0 ) in check_table_dir()335 FT_FRAME_USHORT( num_tables ), in tt_face_load_font_dir()356 sfnt.search_range + sfnt.range_shift != sfnt.num_tables << 4 ) in tt_face_load_font_dir()362 FT_TRACE2(( "-- Number of tables: %10u\n", sfnt.num_tables )); in tt_face_load_font_dir()375 face->num_tables = sfnt.num_tables; in tt_face_load_font_dir()[all …]
51 FT_UInt nn, num_tables; in tt_face_load_kern() local81 num_tables = FT_NEXT_USHORT( p ); in tt_face_load_kern()83 if ( num_tables > 32 ) /* we only support up to 32 sub-tables */ in tt_face_load_kern()84 num_tables = 32; in tt_face_load_kern()86 for ( nn = 0; nn < num_tables; nn++ ) in tt_face_load_kern()
124 *length = face->num_tables; in sfnt_table_info()127 if ( idx >= face->num_tables ) in sfnt_table_info()
1106 face->num_tables = 0; in sfnt_done_face()
102 FT_UShort num_tables; member1265 FT_UShort num_tables; member
125 TT_Table limit = entry + face->num_tables; in tt_face_load_loca()
336 for ( i = 0; i < face->num_tables; i++ ) in tt_check_trickyness_sfnt_ids()