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

Diff of /freetype2/src/gxvalid/gxvmorx2.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 174  Line 174 
174    
175    
176        lig_action = FT_NEXT_ULONG( p );        lig_action = FT_NEXT_ULONG( p );
177        last       = (FT_UShort)( (lig_action >> 31) & 1 );        last       = (FT_UShort)( ( lig_action >> 31 ) & 1 );
178        store      = (FT_UShort)( (lig_action >> 30) & 1 );        store      = (FT_UShort)( ( lig_action >> 30 ) & 1 );
179        offset     = lig_action & 0x3FFFFFFFUL;  
180          offset = lig_action & 0x3FFFFFFFUL;
181      }      }
182    }    }
183    
# Line 200  Line 201 
201      FT_UNUSED( limit );      FT_UNUSED( limit );
202    
203    
204      setComponent   = (FT_UShort)( (flags >> 15) & 1 );      setComponent   = (FT_UShort)( ( flags >> 15 ) & 1 );
205      dontAdvance    = (FT_UShort)( (flags >> 14) & 1 );      dontAdvance    = (FT_UShort)( ( flags >> 14 ) & 1 );
206      performAction  = (FT_UShort)( (flags >> 13) & 1 );      performAction  = (FT_UShort)( ( flags >> 13 ) & 1 );
207      reserved       = (FT_UShort)(  flags & 0x1FFF );  
208        reserved       = (FT_UShort)( flags & 0x1FFF );
209      ligActionIndex = glyphOffset.u;      ligActionIndex = glyphOffset.u;
210    
211      if ( reserved > 0 )      if ( reserved > 0 )

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