/[freetype]/freetype2/src/autohint/ahglyph.c
ViewVC logotype

Diff of /freetype2/src/autohint/ahglyph.c

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

revision 1.61 by freetype, Tue Feb 22 16:53:06 2005 UTC revision 1.62 by wl, Tue Mar 1 02:13:50 2005 UTC
# Line 5  Line 5 
5  /*    Routines used to load and analyze a given glyph before hinting       */  /*    Routines used to load and analyze a given glyph before hinting       */
6  /*    (body).                                                              */  /*    (body).                                                              */
7  /*                                                                         */  /*                                                                         */
8  /*  Copyright 2000-2001, 2002, 2003, 2004 Catharon Productions Inc.        */  /*  Copyright 2000-2001, 2002, 2003, 2004, 2005 Catharon Productions Inc.  */
9  /*  Author: David Turner                                                   */  /*  Author: David Turner                                                   */
10  /*                                                                         */  /*                                                                         */
11  /*  This file is part of the Catharon Typography Project and shall only    */  /*  This file is part of the Catharon Typography Project and shall only    */
# Line 303  Line 303 
303        FT_Int  max  = outline->max_points;        FT_Int  max  = outline->max_points;
304    
305    
306        if ( FT_RENEW_ARRAY( outline->points,        max,     news     ) ||        if ( FT_RENEW_ARRAY( outline->points,     max,     news     ) ||
307             FT_RENEW_ARRAY( outline->horz_edges,    max * 2, news * 2 ) )             FT_RENEW_ARRAY( outline->horz_edges, max * 2, news * 2 ) )
308          goto Exit;          goto Exit;
309    
310        outline->vert_edges    = outline->horz_edges    + news;        outline->vert_edges = outline->horz_edges + news;
311    
312        if ( FT_RENEW_ARRAY( outline->horz_segments, max * 2, news * 2 ) )        if ( FT_RENEW_ARRAY( outline->horz_segments, max * 2, news * 2 ) )
313          goto Exit;          goto Exit;

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

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