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

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

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

revision 1.15 by wl, Wed Mar 23 16:45:24 2005 UTC revision 1.16 by freetype, Sun Apr 3 22:09:41 2005 UTC
# Line 42  Line 42 
42          goto Exit;          goto Exit;
43        }        }
44    
45        new_max += ( new_max >> 1 ) + 4;        new_max += ( new_max >> 2 ) + 4;
46        if ( new_max < old_max || new_max > big_max )        if ( new_max < old_max || new_max > big_max )
47          new_max = big_max;          new_max = big_max;
48    
# Line 85  Line 85 
85          goto Exit;          goto Exit;
86        }        }
87    
88        new_max += ( new_max >> 1 ) + 4;        new_max += ( new_max >> 2 ) + 4;
89        if ( new_max < old_max || new_max > big_max )        if ( new_max < old_max || new_max > big_max )
90          new_max = big_max;          new_max = big_max;
91    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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