/[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.3 by freetype, Tue Mar 1 22:57:25 2005 UTC revision 1.4 by wl, Wed Mar 2 11:24:23 2005 UTC
# Line 535  Line 535 
535    
536    
537    static FT_Error    static FT_Error
538    tt_sbit_decoder_load_bit_aligned ( TT_SBitDecoder  decoder,    tt_sbit_decoder_load_bit_aligned( TT_SBitDecoder  decoder,
539                                       FT_Byte*        p,                                      FT_Byte*        p,
540                                       FT_Byte*        limit,                                      FT_Byte*        limit,
541                                       FT_Int          x_pos,                                      FT_Int          x_pos,
542                                       FT_Int          y_pos )                                      FT_Int          y_pos )
543    {    {
544      FT_Error    error = SFNT_Err_Ok;      FT_Error    error = SFNT_Err_Ok;
545      FT_Byte*    line;      FT_Byte*    line;
# Line 629  Line 629 
629                                   FT_Int          x_pos,                                   FT_Int          x_pos,
630                                   FT_Int          y_pos )                                   FT_Int          y_pos )
631    {    {
632      FT_Error  error = 0;      FT_Error  error = SFNT_Err_Ok;
633      FT_UInt   num_components, nn;      FT_UInt   num_components, nn;
634    
635    

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

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