Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dsfwoff2.c285 compute_ULong_sum( FT_Byte* buf, in compute_ULong_sum() function
808 *checksum = compute_ULong_sum( loca_buf, loca_buf_size ); in store_loca()
1197 *glyf_checksum += compute_ULong_sum( glyph_buf, glyph_size ); in reconstruct_glyf()
1476 *checksum = compute_ULong_sum( hmtx_table, hmtx_table_size ); in reconstruct_hmtx()
1615 checksum = compute_ULong_sum( transformed_buf + table.src_offset, in reconstruct_font()
1689 font_checksum += compute_ULong_sum( table_entry, 16 ); in reconstruct_font()
2204 info.header_checksum = compute_ULong_sum( sfnt, 12 ); in woff2_open_font()
/external/freetype/
DChangeLog399 (compute_ULong_sum): Fix return type.
1043 * src/sfnt/sfwoff2.c (compute_ULong_sum): Add missing cast.
1481 * src/sfnt/sfwoff2.c (compute_ULong_sum): Fix undefined shift.
1703 (compute_ULong_sum): New function. Calculate checksum of table.