Home
last modified time | relevance | path

Searched refs:TTAG_head (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/
Dtttags.h68 #define TTAG_head FT_MAKE_TAG( 'h', 'e', 'a', 'd' ) macro
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttload.c242 if ( table.Tag == TTAG_head || table.Tag == TTAG_bhed ) in check_table_dir()
248 if ( table.Tag == TTAG_head ) in check_table_dir()
687 return tt_face_load_generic_header( face, stream, TTAG_head ); in tt_face_load_head()
Dsfwoff2.c1266 TTAG_head ); in get_x_mins()
1592 if ( table.Tag == TTAG_head ) in reconstruct_font()
1692 info->head_table = find_table( indices, num_tables, TTAG_head ); in reconstruct_font()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffobjs.c575 error = face->goto_table( face, TTAG_head, stream, 0 ); in cff_face_init()