Searched refs:num_tables (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttload.c | 74 limit = entry + face->num_tables; in tt_face_lookup_table() 194 for ( nn = 0; nn < sfnt->num_tables; nn++ ) in check_table_dir() 204 nn, nn == 1 ? "" : "s", sfnt->num_tables )); in check_table_dir() 205 sfnt->num_tables = nn; in check_table_dir() 262 sfnt->num_tables = valid_entries; in check_table_dir() 264 if ( sfnt->num_tables == 0 ) in check_table_dir() 331 FT_FRAME_USHORT( num_tables ), in tt_face_load_font_dir() 374 face->num_tables = sfnt.num_tables; in tt_face_load_font_dir() 377 if ( FT_QNEW_ARRAY( face->dir_tables, face->num_tables ) ) in tt_face_load_font_dir() 381 FT_FRAME_ENTER( face->num_tables * 16L ) ) in tt_face_load_font_dir() [all …]
|
A D | ttkern.c | 51 FT_UInt nn, num_tables; in tt_face_load_kern() local 81 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()
|
A D | sfobjs.c | 445 FT_FRAME_USHORT( num_tables ), in woff_open_font() 492 x = woff.num_tables; in woff_open_font() 505 WRITE_USHORT( sfnt_header, woff.num_tables ); in woff_open_font() 523 if ( FT_FRAME_ENTER( 20L * woff.num_tables ) ) in woff_open_font() 526 for ( nn = 0; nn < woff.num_tables; nn++ ) in woff_open_font() 562 woff.num_tables, in woff_open_font() 568 woff_offset = 44 + woff.num_tables * 20L; in woff_open_font() 569 sfnt_offset = 12 + woff.num_tables * 16L; in woff_open_font() 571 for ( nn = 0; nn < woff.num_tables; nn++ ) in woff_open_font() 639 for ( nn = 0; nn < woff.num_tables; nn++ ) in woff_open_font() [all …]
|
A D | sfdriver.c | 125 *length = face->num_tables; in sfnt_table_info() 128 if ( idx >= face->num_tables ) in sfnt_table_info()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | tttypes.h | 102 FT_UShort num_tables; member 158 FT_UShort num_tables; member 1260 FT_UShort num_tables; member
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42parse.c | 526 FT_Int num_tables = 0; in t42_parse_sfnts() local 660 num_tables = 16 * face->ttf_data[4] + face->ttf_data[5]; in t42_parse_sfnts() 662 ttf_size = 12 + 16 * num_tables; in t42_parse_sfnts() 682 for ( i = 0; i < num_tables; i++ ) in t42_parse_sfnts() 697 if ( FT_REALLOC( face->ttf_data, 12 + 16 * num_tables, in t42_parse_sfnts()
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttpload.c | 125 TT_Table limit = entry + face->num_tables; in tt_face_load_loca()
|
A D | ttobjs.c | 358 for ( i = 0; i < face->num_tables; i++ ) in tt_check_trickyness_sfnt_ids()
|
Completed in 18 milliseconds