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

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

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

revision 1.2 by wl, Wed Aug 31 22:39:23 2005 UTC revision 1.3 by wl, Mon Sep 5 19:31:27 2005 UTC
# Line 73  Line 73 
73                                            GXV_Validator  valid )                                            GXV_Validator  valid )
74    {    {
75      GXV_mort_subtable_type5_StateOptRecData  optdata =      GXV_mort_subtable_type5_StateOptRecData  optdata =
76                                                 valid->statetable.optdata;        (GXV_mort_subtable_type5_StateOptRecData)valid->statetable.optdata;
77    
78    
79      gxv_StateTable_subtable_setup( table_size,      gxv_StateTable_subtable_setup( table_size,
# Line 109  Line 109 
109      FT_Bytes  p = table + offset;      FT_Bytes  p = table + offset;
110    
111      GXV_mort_subtable_type5_StateOptRecData  optdata =      GXV_mort_subtable_type5_StateOptRecData  optdata =
112                                                 valid->statetable.optdata;        (GXV_mort_subtable_type5_StateOptRecData)valid->statetable.optdata;
113    
114      if ( optdata->classTable < offset                                   &&      if ( optdata->classTable < offset                                   &&
115           offset < optdata->classTable + *(optdata->classTable_length_p) )           offset < optdata->classTable + *(optdata->classTable_length_p) )
# Line 189  Line 189 
189    }    }
190    
191    
192    static void    FT_LOCAL_DEF( void )
193    gxv_mort_subtable_type5_validate( FT_Bytes       table,    gxv_mort_subtable_type5_validate( FT_Bytes       table,
194                                      FT_Bytes       limit,                                      FT_Bytes       limit,
195                                      GXV_Validator  valid )                                      GXV_Validator  valid )

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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