freetype2/src/psaux
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
..
afmparse.c [psaux] Fix MSVC compiler warnings. 2021-06-02 06:36:11 +02:00
afmparse.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
cffdecode.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
cffdecode.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
psarrst.c [psaux] Use doubling allocation strategy for CF2_ArrStack. 2021-05-13 23:08:31 -04:00
psarrst.h [psaux] Use doubling allocation strategy for CF2_ArrStack. 2021-05-13 23:08:31 -04:00
psaux.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
psauxerr.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
psauxmod.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
psauxmod.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
psblues.c * Version 2.11.0 released. 2021-07-19 18:07:51 +02:00
psblues.h [GSoC] src/*.*: Convert block comments to `light' style. 2018-06-03 09:08:41 +02:00
psconv.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
psconv.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
pserror.c [GSoC] src/*.*: Convert block comments to `light' style. 2018-06-03 09:08:41 +02:00
pserror.h [build] Fix multi and C++ builds. 2020-07-06 11:49:00 +02:00
psfixed.h Miscellaneous macro updates. 2019-05-03 23:16:42 -04:00
psfont.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
psfont.h Make macros for header file names optional. 2020-06-08 13:31:55 +02:00
psft.c Signedness revisions. 2021-10-07 22:41:56 -04:00
psft.h [build] Fix multi and C++ builds. 2020-07-06 11:49:00 +02:00
psglue.h [GSoC] src/*.*: Convert block comments to `light' style. 2018-06-03 09:08:41 +02:00
pshints.c [psaux] Fix assertions. 2021-06-12 08:40:16 +02:00
pshints.h [GSoC] src/*.*: Convert block comments to `light' style. 2018-06-03 09:08:41 +02:00
psintrp.c Fix some `cppcheck` warnings. 2021-07-24 20:32:16 +02:00
psintrp.h Fix some `cppcheck` warnings. 2021-07-24 20:32:16 +02:00
psobjs.c * src/psaux/psobjs.c (ps_parser_load_field): Tweak allocation macro. 2021-05-06 23:46:46 -04:00
psobjs.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
psread.c Make macros for header file names optional. 2020-06-08 13:31:55 +02:00
psread.h [GSoC] src/*.*: Convert block comments to `light' style. 2018-06-03 09:08:41 +02:00
psstack.c [cache, psaux] Remove zeros. 2021-09-12 23:21:32 -04:00
psstack.h [build] Fix multi and C++ builds. 2020-07-06 11:49:00 +02:00
pstypes.h Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
rules.mk Update all copyright notices. 2021-01-17 07:18:48 +01:00
t1cmap.c Update all copyright notices. 2021-01-17 07:18:48 +01:00
t1cmap.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
t1decode.c * src/autofit/aflatin.c (af_latin_metrics_scale_dim): Fix tracing. 2021-06-02 06:59:01 +02:00
t1decode.h Update all copyright notices. 2021-01-17 07:18:48 +01:00