Searched refs:STREAM_FILE (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/freetype/dist/src/base/
H A Dftsystem.c159 /* We use the macro STREAM_FILE for convenience to extract the */
161 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer ) macro
179 ft_fclose( STREAM_FILE( stream ) );
225 file = STREAM_FILE( stream );
/xsrc/external/mit/freetype/dist/builds/amiga/src/base/
H A Dftsystem.c240 /* We use the macro STREAM_FILE for convenience to extract the */
242 #define STREAM_FILE( stream ) ( (struct SysFile *)stream->descriptor.pointer ) macro
261 sysfile = STREAM_FILE( stream );
302 sysfile = STREAM_FILE( stream );
/xsrc/external/mit/fonttosfnt/dist/
H A Dread.c42 #define STREAM_FILE(stream) ((FILE*)stream->descriptor.pointer) macro
67 FILE *file = STREAM_FILE(stream);
90 fclose(STREAM_FILE(stream));
/xsrc/external/mit/freetype/dist/builds/vms/
H A Dftsystem.c177 /* We use the macro STREAM_FILE for convenience to extract the */
179 #define STREAM_FILE( stream ) ( (FILE*)stream->descriptor.pointer ) macro
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dftsystem.c178 /* We use the macro STREAM_FILE for convenience to extract the */
180 #define STREAM_FILE( stream ) ( (FILE*)stream->descriptor.pointer ) macro
/xsrc/external/mit/freetype/dist/builds/mac/
H A Dftmac.c440 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer ) macro
446 ft_fclose( STREAM_FILE( stream ) );
463 file = STREAM_FILE( stream );

Completed in 9 milliseconds