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

/external/freetype/src/base/
H A Dftsystem.c151 /* We use the macro STREAM_FILE for convenience to extract the */
153 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer ) macro
170 ft_fclose( STREAM_FILE( stream ) );
212 file = STREAM_FILE( stream );
/external/freetype/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 );
/external/freetype/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
/external/freetype/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
/external/freetype/builds/mac/
H A Dftmac.c441 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer ) macro
447 ft_fclose( STREAM_FILE( stream ) );
464 file = STREAM_FILE( stream );

Completed in 157 milliseconds