HomeSort by: relevance | last modified time | path
    Searched defs:sfnt_stream (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/sfnt/
sfwoff.c 106 FT_Stream sfnt_stream = NULL; local
164 FT_NEW( sfnt_stream ) )
402 FT_Stream_OpenMemory( sfnt_stream, sfnt, woff.totalSfntSize );
403 sfnt_stream->memory = stream->memory;
404 sfnt_stream->close = sfnt_stream_close;
410 face->root.stream = sfnt_stream;
421 FT_Stream_Close( sfnt_stream );
422 FT_FREE( sfnt_stream );
sfwoff2.c 1777 FT_Stream sfnt_stream = NULL; local
2174 FT_NEW( sfnt_stream ) )
2266 FT_Stream_OpenMemory( sfnt_stream, sfnt, woff2.actual_sfnt_size );
2267 sfnt_stream->memory = stream->memory;
2268 sfnt_stream->close = stream_close;
2274 face->root.stream = sfnt_stream;
2308 if ( sfnt_stream )
2310 FT_Stream_Close( sfnt_stream );
2311 FT_FREE( sfnt_stream );

Completed in 102 milliseconds