Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
Dwofftypes.h171 FT_ULong actual_sfnt_size; /* actual size of sfnt stream */ member
/external/freetype/src/sfnt/
Dsfwoff2.c1720 woff2->actual_sfnt_size = dest_offset; in reconstruct_font()
2254 if ( woff2.actual_sfnt_size < sfnt_size ) in woff2_open_font()
2257 sfnt_size, woff2.actual_sfnt_size )); in woff2_open_font()
2260 (FT_ULong)( woff2.actual_sfnt_size ) ) ) in woff2_open_font()
2266 FT_Stream_OpenMemory( sfnt_stream, sfnt, woff2.actual_sfnt_size ); in woff2_open_font()
/external/freetype/
DChangeLog1598 `totalSfntSize', rename `total_sfnt_size' to `actual_sfnt_size'.
1612 to `actual_sfnt_size' after reconstruction.