* src/cid/cidload.c, src/cid/cidload.h (cid_decrypt): Use FT_Offset
instead of FT_Int as type for `length' parameter. * include/freetype/internal/psaux.h (PSAux_Interface): Updated. * src/psaux/psobjs.c, src/psaux/psobjs.h (T1_Decrypt): Use FT_Offset instead of FT_Int as type for `length' parameter.
This commit is contained in:
parent
f814d0fafe
commit
99b744164d
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
2001-06-26 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/cid/cidload.c, src/cid/cidload.h (cid_decrypt): Use FT_Offset
|
||||
instead of FT_Int as type for `length' parameter.
|
||||
* include/freetype/internal/psaux.h (PSAux_Interface): Updated.
|
||||
|
||||
2001-06-27 Wolfgang Domröse <porthos.domroese@harz.de>
|
||||
|
||||
* src/psaux/psobjs.c, src/psaux/psobjs.h (T1_Decrypt): Use FT_Offset
|
||||
instead of FT_Int as type for `length' parameter.
|
||||
|
||||
|
||||
* Version 2.0.4 released.
|
||||
=========================
|
||||
|
||||
|
@ -622,7 +622,7 @@ FT_BEGIN_HEADER
|
||||
const T1_Decoder_Funcs* t1_decoder_funcs;
|
||||
|
||||
void (*t1_decrypt)( FT_Byte* buffer,
|
||||
FT_Int length,
|
||||
FT_Offset length,
|
||||
FT_UShort seed );
|
||||
} PSAux_Interface;
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
||||
|
||||
FT_LOCAL_DEF
|
||||
void cid_decrypt( FT_Byte* buffer,
|
||||
FT_Int length,
|
||||
FT_Offset length,
|
||||
FT_UShort seed )
|
||||
{
|
||||
while ( length > 0 )
|
||||
|
@ -42,7 +42,7 @@ FT_BEGIN_HEADER
|
||||
|
||||
FT_LOCAL
|
||||
void cid_decrypt( FT_Byte* buffer,
|
||||
FT_Int length,
|
||||
FT_Offset length,
|
||||
FT_UShort seed );
|
||||
|
||||
FT_LOCAL
|
||||
|
@ -1277,7 +1277,7 @@
|
||||
|
||||
FT_LOCAL_DEF
|
||||
void T1_Decrypt( FT_Byte* buffer,
|
||||
FT_Int length,
|
||||
FT_Offset length,
|
||||
FT_UShort seed )
|
||||
{
|
||||
while ( length > 0 )
|
||||
|
@ -191,7 +191,7 @@ FT_BEGIN_HEADER
|
||||
|
||||
FT_LOCAL
|
||||
void T1_Decrypt( FT_Byte* buffer,
|
||||
FT_Int length,
|
||||
FT_Offset length,
|
||||
FT_UShort seed );
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user