/[freetype]/freetype2/include/freetype/internal/ftstream.h
ViewVC logotype

Diff of /freetype2/include/freetype/internal/ftstream.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by davidT, Wed Jun 23 15:44:03 2004 UTC revision 1.36 by freetype, Tue Mar 15 18:18:57 2005 UTC
# Line 343  FT_BEGIN_HEADER Line 343  FT_BEGIN_HEADER
343    
344    /* free a stream */    /* free a stream */
345    FT_BASE( void )    FT_BASE( void )
346    FT_Stream_Free( FT_Stream  stream,                        FT_Stream_Free( FT_Stream  stream,
347                    FT_Int     external );                    FT_Int     external );
348    
349    /* initialize a stream for reading in-memory data */    /* initialize a stream for reading in-memory data */
# Line 385  FT_BEGIN_HEADER Line 385  FT_BEGIN_HEADER
385                      FT_Byte*   buffer,                      FT_Byte*   buffer,
386                      FT_ULong   count );                      FT_ULong   count );
387    
388     /* try to read bytes at the end of a stream, return
389      * the number of bytes really available
390      */
391      FT_BASE( FT_ULong )
392      FT_Stream_TryRead( FT_Stream  stream,
393                         FT_Byte*   buffer,
394                         FT_ULong   count );
395    
396    /* Enter a frame of `count' consecutive bytes in a stream.  Returns an */    /* Enter a frame of `count' consecutive bytes in a stream.  Returns an */
397    /* error if the frame could not be read/accessed.  The caller can use  */    /* error if the frame could not be read/accessed.  The caller can use  */
398    /* the FT_Stream_Get_XXX functions to retrieve frame data without      */    /* the FT_Stream_Get_XXX functions to retrieve frame data without      */

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26