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

Diff of /freetype2/src/gxvalid/gxvmorx5.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 155  Line 155 
155      FT_UNUSED( state );      FT_UNUSED( state );
156    
157    
158      setMark              = FT_BOOL(( flags >> 15 ) & 1);      setMark              = FT_BOOL( ( flags >> 15 ) & 1 );
159      dontAdvance          = FT_BOOL(( flags >> 14 ) & 1);      dontAdvance          = FT_BOOL( ( flags >> 14 ) & 1 );
160      currentIsKashidaLike = FT_BOOL(( flags >> 13 ) & 1);      currentIsKashidaLike = FT_BOOL( ( flags >> 13 ) & 1 );
161      markedIsKashidaLike  = FT_BOOL(( flags >> 12 ) & 1);      markedIsKashidaLike  = FT_BOOL( ( flags >> 12 ) & 1 );
162      currentInsertBefore  = FT_BOOL(( flags >> 11 ) & 1);      currentInsertBefore  = FT_BOOL( ( flags >> 11 ) & 1 );
163      markedInsertBefore   = FT_BOOL(( flags >> 10 ) & 1);      markedInsertBefore   = FT_BOOL( ( flags >> 10 ) & 1 );
164      currentInsertCount   = (FT_Byte)( (flags >> 5) & 0x1F );  
165      markedInsertCount    = (FT_Byte)(  flags & 0x001F );      currentInsertCount = (FT_Byte)( ( flags >> 5 ) & 0x1F   );
166      currentInsertList    = (FT_Byte)  ( glyphOffset.ul >> 16 );      markedInsertCount  = (FT_Byte)(   flags        & 0x001F );
167      markedInsertList     = (FT_UShort)( glyphOffset.ul );  
168        currentInsertList = (FT_Byte)  ( glyphOffset.ul >> 16 );
169        markedInsertList  = (FT_UShort)( glyphOffset.ul       );
170    
171      if ( currentInsertList && 0 != currentInsertCount )      if ( currentInsertList && 0 != currentInsertCount )
172        gxv_morx_subtable_type5_InsertList_validate( currentInsertList,        gxv_morx_subtable_type5_InsertList_validate( currentInsertList,

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