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

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

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

revision 1.27 by werner, Mon Dec 13 23:16:59 2004 UTC revision 1.28 by wl, Sat Nov 12 17:07:11 2005 UTC
# Line 4  Line 4 
4  /*                                                                         */  /*                                                                         */
5  /*    Arithmetic computations (specification).                             */  /*    Arithmetic computations (specification).                             */
6  /*                                                                         */  /*                                                                         */
7  /*  Copyright 1996-2001, 2002, 2003, 2004 by                               */  /*  Copyright 1996-2001, 2002, 2003, 2004,2005 by                          */
8  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
9  /*                                                                         */  /*                                                                         */
10  /*  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 48  FT_BEGIN_HEADER Line 48  FT_BEGIN_HEADER
48    FT_SqrtFixed( FT_Int32  x );    FT_SqrtFixed( FT_Int32  x );
49    
50    
51  #define SQRT_32( x )  FT_Sqrt32( x )  #if 0
   
52    
53    /*************************************************************************/    /*************************************************************************/
54    /*                                                                       */    /*                                                                       */
# Line 69  FT_BEGIN_HEADER Line 68  FT_BEGIN_HEADER
68    FT_EXPORT( FT_Int32 )    FT_EXPORT( FT_Int32 )
69    FT_Sqrt32( FT_Int32  x );    FT_Sqrt32( FT_Int32  x );
70    
71    #endif /* 0 */
72    
73    
74    /*************************************************************************/    /*************************************************************************/
75    /*                                                                       */    /*                                                                       */

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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