/[freetype]/freetype2/src/autofit/afangles.c
ViewVC logotype

Diff of /freetype2/src/autofit/afangles.c

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

revision 1.7 by freetype, Fri Sep 23 14:14:15 2005 UTC revision 1.8 by wl, Wed Sep 28 07:34:45 2005 UTC
# Line 25  Line 25 
25    /* the following table has been automatically generated with */    /* the following table has been automatically generated with */
26    /* the `mather.py' Python script                             */    /* the `mather.py' Python script                             */
27    
28  #define  AF_ATAN_BITS  8  #define AF_ATAN_BITS  8
29    
30    static const FT_Byte  af_arctan[1L << AF_ATAN_BITS] =    static const FT_Byte  af_arctan[1L << AF_ATAN_BITS] =
31    {    {
# Line 125  Line 125 
125    
126    
127  #else /* 0 */  #else /* 0 */
128    
129  /*  /*
130   * a python script used to generate the following table   * a python script used to generate the following table
131   *   *
# Line 323  for n in r: Line 324  for n in r:
324    
325  #endif /* 0 */  #endif /* 0 */
326    
327    
328    FT_LOCAL_DEF( AF_Angle )    FT_LOCAL_DEF( AF_Angle )
329    af_angle_diff( AF_Angle  angle1,    af_angle_diff( AF_Angle  angle1,
330                   AF_Angle  angle2 )                   AF_Angle  angle2 )

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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