/[freetype]/freetype2/src/gxvalid/gxvmorx.c
ViewVC logotype

Diff of /freetype2/src/gxvalid/gxvmorx.c

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

revision 1.4 by freetype, Fri Sep 23 13:22:10 2005 UTC revision 1.5 by wl, Wed Sep 28 07:34:45 2005 UTC
# Line 85  Line 85 
85        GXV_LIMIT_CHECK( rest );        GXV_LIMIT_CHECK( rest );
86    
87        /* morx coverage consists of mort_coverage & 16bit padding */        /* morx coverage consists of mort_coverage & 16bit padding */
88        gxv_mort_coverage_validate( (FT_UShort)(( coverage >> 16 ) | coverage),        gxv_mort_coverage_validate( (FT_UShort)( ( coverage >> 16 ) | coverage ),
89                                    valid );                                    valid );
90        if ( type > 5 )        if ( type > 5 )
91          FT_INVALID_FORMAT;          FT_INVALID_FORMAT;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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