Home
last modified time | relevance | path

Searched refs:dir_tables (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/freetype/src/sfnt/
A Dsfdriver.c131 *tag = face->dir_tables[idx].Tag; in sfnt_table_info()
132 *offset = face->dir_tables[idx].Offset; in sfnt_table_info()
133 *length = face->dir_tables[idx].Length; in sfnt_table_info()
A Dttload.c73 entry = face->dir_tables; in tt_face_lookup_table()
377 if ( FT_QNEW_ARRAY( face->dir_tables, face->num_tables ) ) in tt_face_load_font_dir()
384 entry = face->dir_tables; in tt_face_load_font_dir()
A Dsfobjs.c1521 FT_FREE( face->dir_tables ); in sfnt_done_face()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttobjs.c219 if ( face->dir_tables[i].CheckSum ) in tt_get_sfnt_checksum()
220 return face->dir_tables[i].CheckSum; in tt_get_sfnt_checksum()
227 face->dir_tables[i].Tag, in tt_get_sfnt_checksum()
233 face->dir_tables[i].Length ); in tt_get_sfnt_checksum()
362 switch( face->dir_tables[i].Tag ) in tt_check_trickyness_sfnt_ids()
384 if ( face->dir_tables[i].Length == sfnt_id[j][k].Length ) in tt_check_trickyness_sfnt_ids()
A Dttpload.c124 TT_Table entry = face->dir_tables; in tt_face_load_loca()
/AliOS-Things-master/components/freetype/include/internal/
A Dtttypes.h1261 TT_Table dir_tables; member

Completed in 29 milliseconds