/[freetype]/freetype2/include/freetype/ftbitmap.h
ViewVC logotype

Diff of /freetype2/include/freetype/ftbitmap.h

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

revision 1.2 by werner, Tue Dec 14 22:32:34 2004 UTC revision 1.3 by wl, Fri May 20 21:52:18 2005 UTC
# Line 5  Line 5 
5  /*    FreeType utility functions for converting 1bpp, 2bpp, 4bpp, and 8bpp */  /*    FreeType utility functions for converting 1bpp, 2bpp, 4bpp, and 8bpp */
6  /*    bitmaps into 8bpp format (specification).                            */    /*    bitmaps into 8bpp format (specification).                            */  
7  /*                                                                         */  /*                                                                         */
8  /*  Copyright 2004 by                                                      */  /*  Copyright 2004, 2005 by                                                */
9  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
10  /*                                                                         */  /*                                                                         */
11  /*  This file is part of the FreeType project, and may only be used,       */  /*  This file is part of the FreeType project, and may only be used,       */
# Line 67  FT_BEGIN_HEADER Line 67  FT_BEGIN_HEADER
67    
68    
69    /*************************************************************************/    /*************************************************************************/
70      /*                                                                       */
71      /* <Function>                                                            */
72      /*    FT_Bitmap_Copy                                                     */
73      /*                                                                       */
74      /* <Description>                                                         */
75      /*    Copies an bitmap into another one.                                 */
76      /*                                                                       */
77      /* <Input>                                                               */
78      /*    source :: A handle to the source bitmap.                           */
79      /*                                                                       */
80      /* <Output>                                                              */
81      /*    target :: A handle to the target bitmap.                           */
82      /*                                                                       */
83      /* <Return>                                                              */
84      /*    FreeType error code.  0 means success.                             */
85      /*                                                                       */
86      FT_EXPORT_DEF( FT_Error )
87      FT_Bitmap_Copy( FT_Library        library,
88                      const FT_Bitmap  *source,
89                      FT_Bitmap        *target);
90    
91    
92      /*************************************************************************/
93    /*                                                                       */    /*                                                                       */
94    /* <Function>                                                            */    /* <Function>                                                            */
95    /*    FT_Bitmap_Convert                                                  */    /*    FT_Bitmap_Convert                                                  */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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