HomeSort by relevance Sort by last modified time
    Searched refs:STREAM_FILE (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/base/
ftsystem.c 151 /* We use the macro STREAM_FILE for convenience to extract the */
153 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer )
170 ft_fclose( STREAM_FILE( stream ) );
212 file = STREAM_FILE( stream );
  /external/pdfium/third_party/freetype/src/base/
ftsystem.c 151 /* We use the macro STREAM_FILE for convenience to extract the */
153 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer )
170 ft_fclose( STREAM_FILE( stream ) );
212 file = STREAM_FILE( stream );

Completed in 282 milliseconds