HomeSort by relevance Sort by last modified time
    Searched refs:STREAM_FILE (Results 1 - 5 of 5) 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/freetype/builds/amiga/src/base/
ftsystem.c 240 /* We use the macro STREAM_FILE for convenience to extract the */
242 #define STREAM_FILE( stream ) ( (struct SysFile *)stream->descriptor.pointer )
261 sysfile = STREAM_FILE( stream );
302 sysfile = STREAM_FILE( stream );
  /external/freetype/builds/unix/
ftsystem.c 178 /* We use the macro STREAM_FILE for convenience to extract the */
180 #define STREAM_FILE( stream ) ( (FILE*)stream->descriptor.pointer )
  /external/freetype/builds/vms/
ftsystem.c 177 /* We use the macro STREAM_FILE for convenience to extract the */
179 #define STREAM_FILE( stream ) ( (FILE*)stream->descriptor.pointer )
  /external/freetype/builds/mac/
ftmac.c 441 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer )
447 ft_fclose( STREAM_FILE( stream ) );
464 file = STREAM_FILE( stream );
    [all...]

Completed in 179 milliseconds