/[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.4 by wl, Wed Mar 2 11:24:23 2005 UTC revision 1.5 by freetype, Thu Mar 3 14:09:10 2005 UTC
# Line 791  Line 791 
791      goto NoBitmap;      goto NoBitmap;
792    
793    FoundRange:    FoundRange:
794      p = decoder->eblc_base + decoder->strike_index_array + FT_NEXT_ULONG( p );      image_offset = FT_NEXT_ULONG(p);
795        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;
798    
# Line 948  Line 949 
949      TT_SBitDecoderRec  decoder[1];      TT_SBitDecoderRec  decoder[1];
950      FT_Error           error;      FT_Error           error;
951    
952        FT_UNUSED(map);
953        FT_UNUSED(stream);
954        FT_UNUSED(load_flags);
955    
956      error = tt_sbit_decoder_init( decoder, face, strike_index, metrics );      error = tt_sbit_decoder_init( decoder, face, strike_index, metrics );
957      if ( !error )      if ( !error )

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