Home
last modified time | relevance | path

Searched refs:head_table (Results 1 – 3 of 3) sorted by relevance

/external/freetype/include/freetype/internal/
Dwofftypes.h246 WOFF2_Table head_table; member
/external/freetype/src/sfnt/
Dsfwoff2.c1276 const WOFF2_Table head_table = find_table( tables, num_tables, in get_x_mins() local
1286 if ( !head_table ) in get_x_mins()
1308 if ( FT_STREAM_SEEK( head_table->src_offset ) || in get_x_mins()
1703 info->head_table = find_table( indices, num_tables, TTAG_head ); in reconstruct_font()
1704 if ( !info->head_table ) in reconstruct_font()
1710 if ( info->head_table->dst_length < 12 ) in reconstruct_font()
1713 buf_cursor = sfnt + info->head_table->dst_offset + 8; in reconstruct_font()
/external/freetype/
DChangeLog1288 `glyf_table', `loca_table', and `head_table'.
1356 Abort if `head_table' is NULL.