Searched refs:TTAG_head (Results 1 – 4 of 4) sorted by relevance
/external/freetype/include/freetype/ |
D | tttags.h | 68 #define TTAG_head FT_MAKE_TAG( 'h', 'e', 'a', 'd' ) macro
|
/external/freetype/src/sfnt/ |
D | ttload.c | 242 if ( table.Tag == TTAG_head || table.Tag == TTAG_bhed ) in check_table_dir() 248 if ( table.Tag == TTAG_head ) in check_table_dir() 686 return tt_face_load_generic_header( face, stream, TTAG_head ); in tt_face_load_head()
|
D | sfwoff2.c | 1277 TTAG_head ); in get_x_mins() 1603 if ( table.Tag == TTAG_head ) in reconstruct_font() 1703 info->head_table = find_table( indices, num_tables, TTAG_head ); in reconstruct_font()
|
/external/freetype/src/cff/ |
D | cffobjs.c | 570 error = face->goto_table( face, TTAG_head, stream, 0 ); in cff_face_init()
|