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.c1306 const WOFF2_Table head_table = find_table( tables, num_tables, in get_x_mins() local
1316 if ( !head_table ) in get_x_mins()
1338 if ( FT_STREAM_SEEK( head_table->src_offset ) || in get_x_mins()
1729 info->head_table = find_table( indices, num_tables, TTAG_head ); in reconstruct_font()
1730 if ( !info->head_table ) in reconstruct_font()
1736 if ( info->head_table->dst_length < 12 ) in reconstruct_font()
1739 buf_cursor = sfnt + info->head_table->dst_offset + 8; in reconstruct_font()
/external/freetype/docs/oldlogs/
DChangeLog.2104037 `glyf_table', `loca_table', and `head_table'.
4105 Abort if `head_table' is NULL.