freetype2/src/truetype
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
..
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
truetype.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
ttdriver.c [base] Fix ppem size overflow. 2021-08-18 07:27:02 +02:00
ttdriver.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
tterrors.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ttgload.c Signedness revisions. 2021-10-07 22:41:56 -04:00
ttgload.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ttgxvar.c [truetype] Fix compilation if !TT_CONFIG_OPTION_BYTECODE_INTERPRETER. 2021-08-28 07:36:08 +02:00
ttgxvar.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ttinterp.c [truetype] Clean up `exec` initialization. 2021-09-13 00:04:45 -04:00
ttinterp.h Update TT_New_Context documentation 2021-04-02 11:01:12 +02:00
ttobjs.c Minor type adjustments. 2021-09-14 22:55:50 -04:00
ttobjs.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ttpload.c [truetype] Avoid some memory zeroing. 2021-09-12 23:30:07 -04:00
ttpload.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ttsubpix.c Whitespace formatting. 2021-08-22 22:32:07 -04:00
ttsubpix.h Update all copyright notices. 2021-01-17 07:18:48 +01:00