freetype2/src
Alexei Podtelezhnikov 19ea07683f Signedness revisions.
This eliminates explicit casting by switching to unsigned variables.
The revised variables are frequently used together.

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

* src/cff/cffgload.c (cff_get_glyph_data, cff_free_glyph_data):
Updated.
* 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_face_open): Updated.
* src/psaux/psft.c (cf2_getT1SeacComponent): Updated.
* src/truetype/ttgload.c (TT_Process_Composite_Glyph,
load_truetype_glyph): Updated.
2021-10-06 22:47:46 -04:00
..
autofit * src/autofit/afhints.c (af_glyph_hints_reload): Decrease casting. 2021-09-30 22:59:04 -04:00
base [base] Initialize stream memory earlier. 2021-09-22 00:30:03 -04:00
bdf [bdf] Simplify comment collection or lack thereof. 2021-09-24 22:06:44 -04:00
bzip2 Replace boolean allocation macros with MEM ones. 2021-09-14 21:32:43 -04:00
cache [cache] Minor clean-ups. 2021-09-18 07:05:55 -04:00
cff Signedness revisions. 2021-10-06 22:47:46 -04:00
cid Signedness revisions. 2021-10-06 22:47:46 -04:00
dlg [dlg] Synchronize with upstream. 2021-09-07 06:40:55 -07:00
gxvalid Whitespace formatting. 2021-08-22 22:32:07 -04:00
gzip Replace boolean allocation macros with MEM ones. 2021-09-14 21:32:43 -04:00
lzw s/0/NULL/ where appropriate. 2021-09-01 21:37:21 -04:00
otvalid Whitespace formatting. 2021-08-22 22:32:07 -04:00
pcf [bdf, pcf] Minor optimization. 2021-09-22 20:20:04 -04:00
pfr Whitespace formatting. 2021-08-22 22:32:07 -04:00
psaux Signedness revisions. 2021-10-06 22:47:46 -04:00
pshinter [pshinter] Additional clean-ups. 2021-10-04 23:10:59 -04:00
psnames Replace boolean allocation macros with MEM ones. 2021-09-14 21:32:43 -04:00
raster [smooth, raster, sdf] Clean up initialization calls. 2021-09-02 23:30:31 -04:00
sdf [smooth, raster, sdf] Clean up initialization calls. 2021-09-02 23:30:31 -04:00
sfnt Replace boolean allocation macros with MEM ones. 2021-09-14 21:32:43 -04:00
smooth * src/smooth/ftgrays.c (FT_DIV_MOD): Limit the ARM workaround. 2021-10-05 16:28:40 -04:00
tools * src/tools/apinames.c: Facilitate OpenVMS linker options. 2021-09-29 22:17:31 -04:00
truetype Signedness revisions. 2021-10-06 22:47:46 -04:00
type1 Minor type adjustments. 2021-09-14 22:55:50 -04:00
type42 Add a comment. 2021-06-15 22:49:21 -04:00
winfonts * src/winfonts/winfnt.c (FNT_Face_Init): Correct reallocation. 2021-09-28 22:57:58 -04:00