Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dsfwoff2.c1374 FT_ULong hmtx_table_size; in reconstruct_hmtx() local
1457 hmtx_table_size = 2 * num_hmetrics + 2 * num_glyphs; in reconstruct_hmtx()
1458 if ( FT_NEW_ARRAY( hmtx_table, hmtx_table_size ) ) in reconstruct_hmtx()
1476 *checksum = compute_ULong_sum( hmtx_table, hmtx_table_size ); in reconstruct_hmtx()
1478 if ( WRITE_SFNT_BUF( hmtx_table, hmtx_table_size ) ) in reconstruct_hmtx()