/[freetype]/freetype2/src/sfnt/ttsbit0.c
ViewVC logotype

Diff of /freetype2/src/sfnt/ttsbit0.c

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

revision 1.5 by freetype, Thu Mar 3 14:09:10 2005 UTC revision 1.6 by wl, Thu Mar 3 17:09:07 2005 UTC
# Line 791  Line 791 
791      goto NoBitmap;      goto NoBitmap;
792    
793    FoundRange:    FoundRange:
794      image_offset = FT_NEXT_ULONG(p);      image_offset = FT_NEXT_ULONG( p );
795      p = decoder->eblc_base + decoder->strike_index_array + image_offset;      p = decoder->eblc_base + decoder->strike_index_array + image_offset;
796      if ( p + 8 > p_limit )      if ( p + 8 > p_limit )
797        goto NoBitmap;        goto NoBitmap;
# Line 949  Line 949 
949      TT_SBitDecoderRec  decoder[1];      TT_SBitDecoderRec  decoder[1];
950      FT_Error           error;      FT_Error           error;
951    
952      FT_UNUSED(map);      FT_UNUSED( load_flags );
953      FT_UNUSED(stream);      FT_UNUSED( stream );
954      FT_UNUSED(load_flags);      FT_UNUSED( map );
955    
956    
957      error = tt_sbit_decoder_init( decoder, face, strike_index, metrics );      error = tt_sbit_decoder_init( decoder, face, strike_index, metrics );
958      if ( !error )      if ( !error )

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

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