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

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

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

revision 1.46 by wl, Sat Jun 4 05:27:18 2005 UTC revision 1.47 by wl, Thu Jun 16 19:07:08 2005 UTC
# Line 486  FT_BEGIN_HEADER Line 486  FT_BEGIN_HEADER
486    /*    Error code.  0 means success.                                      */    /*    Error code.  0 means success.                                      */
487    /*                                                                       */    /*                                                                       */
488    typedef int    typedef int
489    (*FT_Outline_MoveToFunc)( FT_Vector*  to,    (*FT_Outline_MoveToFunc)( const FT_Vector*  to,
490                              void*       user );                              void*             user );
491    
492  #define FT_Outline_MoveTo_Func  FT_Outline_MoveToFunc  #define FT_Outline_MoveTo_Func  FT_Outline_MoveToFunc
493    
# Line 512  FT_BEGIN_HEADER Line 512  FT_BEGIN_HEADER
512    /*    Error code.  0 means success.                                      */    /*    Error code.  0 means success.                                      */
513    /*                                                                       */    /*                                                                       */
514    typedef int    typedef int
515    (*FT_Outline_LineToFunc)( FT_Vector*  to,    (*FT_Outline_LineToFunc)( const FT_Vector*  to,
516                              void*       user );                              void*             user );
517    
518  #define  FT_Outline_LineTo_Func  FT_Outline_LineToFunc  #define  FT_Outline_LineTo_Func  FT_Outline_LineToFunc
519    
# Line 542  FT_BEGIN_HEADER Line 542  FT_BEGIN_HEADER
542    /*    Error code.  0 means success.                                      */    /*    Error code.  0 means success.                                      */
543    /*                                                                       */    /*                                                                       */
544    typedef int    typedef int
545    (*FT_Outline_ConicToFunc)( FT_Vector*  control,    (*FT_Outline_ConicToFunc)( const FT_Vector*  control,
546                               FT_Vector*  to,                               const FT_Vector*  to,
547                               void*       user );                               void*             user );
548    
549  #define  FT_Outline_ConicTo_Func  FT_Outline_ConicToFunc  #define  FT_Outline_ConicTo_Func  FT_Outline_ConicToFunc
550    
# Line 573  FT_BEGIN_HEADER Line 573  FT_BEGIN_HEADER
573    /*    Error code.  0 means success.                                      */    /*    Error code.  0 means success.                                      */
574    /*                                                                       */    /*                                                                       */
575    typedef int    typedef int
576    (*FT_Outline_CubicToFunc)( FT_Vector*  control1,    (*FT_Outline_CubicToFunc)( const FT_Vector*  control1,
577                               FT_Vector*  control2,                               const FT_Vector*  control2,
578                               FT_Vector*  to,                               const FT_Vector*  to,
579                               void*       user );                               void*             user );
580    
581  #define  FT_Outline_CubicTo_Func  FT_Outline_CubicToFunc  #define  FT_Outline_CubicTo_Func  FT_Outline_CubicToFunc
582    
# Line 861  FT_BEGIN_HEADER Line 861  FT_BEGIN_HEADER
861    /*    only for those scanlines that do have `gray' pixels on them.       */    /*    only for those scanlines that do have `gray' pixels on them.       */
862    /*                                                                       */    /*                                                                       */
863    typedef void    typedef void
864    (*FT_SpanFunc)( int       y,    (*FT_SpanFunc)( int             y,
865                    int       count,                    int             count,
866                    FT_Span*  spans,                    const FT_Span*  spans,
867                    void*     user );                    void*           user );
868    
869  #define FT_Raster_Span_Func   FT_SpanFunc  #define FT_Raster_Span_Func   FT_SpanFunc
870    
# Line 1183  FT_BEGIN_HEADER Line 1183  FT_BEGIN_HEADER
1183    /*         composition).                                                 */    /*         composition).                                                 */
1184    /*                                                                       */    /*                                                                       */
1185    typedef int    typedef int
1186    (*FT_Raster_RenderFunc)( FT_Raster          raster,    (*FT_Raster_RenderFunc)( FT_Raster                raster,
1187                             FT_Raster_Params*  params );                             const FT_Raster_Params*  params );
1188    
1189  #define  FT_Raster_Render_Func    FT_Raster_RenderFunc  #define  FT_Raster_Render_Func    FT_Raster_RenderFunc
1190    

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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