freetype2/src/base
David Turner 53b3fa1da5 * renaming stream functions to the FT_Subject_Action scheme:
FT_Seek_Stream         => FT_Stream_Seek
          FT_Skip_Stream         => FT_Stream_Skip
          FT_Read_Stream         => FT_Stream_Read
          FT_Read_Stream_At      => FT_Stream_Read_At
          FT_Access_Frame        => FT_Stream_Enter_Frame
          FT_Forget_Frame        => FT_Stream_Exit_Frame
          FT_Extract_Frame       => FT_Stream_Extract_Frame
          FT_Release_Frame       => FT_Stream_Release_Frame
          FT_Get_XXXX            => FT_Stream_Get_XXXX
          FT_Read_XXXX           => FT_Stream_Read_XXXX

          note also that:

          FT_New_Stream( filename, stream ) =>
            FT_Stream_Open( stream, filename )

          (the function doesn't create the FT_Stream structure, it simply
           initializes it for reading)

          FT_New_Memory_Stream( library, FT_Byte*  base, size, stream ) =>
            FT_Stream_Open_Memory( stream, const FT_Byte* base, size )

          FT_Done_Stream => FT_Stream_Close

          note that the name of the stream methods, defined in
          "include/freetype/ftsystem.h" have also been changed without
          problems:

            FT_Stream_IO    => FT_Stream_IOFunc
            FT_Stream_Close => FT_Stream_CloseFunc
2002-02-24 05:26:57 +00:00
..
Jamfile * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00
descrip.mms * src/cache/ftccache.c (ftc_node_done, ftc_node_destroy): Fix 2002-01-25 16:05:39 +00:00
ftapi.c * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00
ftbase.c * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00
ftbbox.c finishing function header formatting 2001-06-28 17:49:10 +00:00
ftcalc.c Formatting. 2001-12-05 01:22:05 +00:00
ftdbgmem.c fixing hinted advance width bug in all font drivers 2001-12-14 14:52:58 +00:00
ftdebug.c * include/freetype/internal/ftdebug.h (FT_Trace): Remove comma in 2002-02-22 00:58:04 +00:00
ftgloadr.c * moving all code related to glyph loaders to "internal/ftgloadr.h" 2002-02-24 02:59:24 +00:00
ftglyph.c renaming "ft_glyph_own_bitmap" into "FT_GLYPH_OWN_BITMAP" 2002-02-24 02:39:08 +00:00
ftinit.c finishing function header formatting 2001-06-28 17:49:10 +00:00
ftlist.c finishing function header formatting 2001-06-28 17:49:10 +00:00
ftmac.c * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00
ftmm.c finishing function header formatting 2001-06-28 17:49:10 +00:00
ftnames.c finishing function header formatting 2001-06-28 17:49:10 +00:00
ftobjs.c * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00
ftoutln.c * src/base/ftobjs.c, src/base/ftoutln.c, src/cache/ftccmap.c, 2002-01-07 10:04:09 +00:00
ftstream.c * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00
ftsynth.c 2001-07-13 Werner Lemberg <wl@gnu.org> 2001-07-12 22:41:08 +00:00
ftsystem.c * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00
fttrigon.c * src/base/ftglyph (FT_Glyph_To_Bitmap): Remove compiler warning. 2001-12-16 08:17:33 +00:00
ftutil.c * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00
rules.mk * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00