freetype2/src/cff
Alexei Podtelezhnikov 22befeef82 Signedness revisions.
This eliminates explicit casting by switching to unsigned fields.
The revisions mostly impact the handling of CID fonts.

* include/freetype/fttypes.h (FT_Data): Change to unsigned `length`.
* include/freetype/t1tables.h (CID_FaceDictRec): Ditto for `sd_bytes`.
(CID_FaceInfoRec): Ditto for `gd_bytes` and `gd_bytes`.
* include/freetype/internal/tttypes.h (TT_LoaderRec): Ditto for
`byte_len`.

* src/cid/cidgload.c (cid_load_glyph): Updated.
* src/cid/cidload.h (cid_get_offset): Update argument.
* src/cid/cidload.c (cid_get_offset, cid_read_subrs, cid_face_open):
Updated.
* src/cff/cffgload.c (cff_get_glyph_data, cff_free_glyph_data):
Updated.
* src/psaux/psft.c (cf2_getT1SeacComponent): Updated.
* src/truetype/ttgload.c (TT_Process_Composite_Glyph,
load_truetype_glyph): Updated.
2021-10-07 22:41:56 -04:00
..
cff.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
cffcmap.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
cffcmap.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
cffdrivr.c * src/cff/cffdrivr.c (cff_ps_get_font_{info,extra}): Use FT_QNEW. 2021-09-20 14:31:45 -04:00
cffdrivr.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
cfferrs.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
cffgload.c Signedness revisions. 2021-10-07 22:41:56 -04:00
cffgload.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
cffload.c Use NULL for pointers only. 2021-09-23 23:10:26 -04:00
cffload.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
cffobjs.c Use NULL for pointers only. 2021-09-23 23:10:26 -04:00
cffobjs.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
cffparse.c Fix compilation errors and (some) warnings for clang++. 2021-05-29 09:51:04 +02:00
cffparse.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
cfftoken.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
module.mk Update all copyright notices. 2021-01-17 07:18:48 +01:00
rules.mk Update all copyright notices. 2021-01-17 07:18:48 +01:00