freetype2/src/truetype
Werner Lemberg a50c39aa8e Fix compilation errors and (some) warnings for clang++.
* src/autofit/afmodule.c (AF_GlyphHintsRec): Make it static.

* src/cache/ftcache.c (FTC_Cache_NewNode), src/cache/ftcsbits.c
(ftc_snode_compare): Remove semicolon.

* src/cff/cffparse.c (cff_parser_run): Add `break` statement.

* src/cid/cidload.c (cid_hex_to_binary): Add cast.

* src/sdf/ftbsdf.c (CHECK_NEIGHBOR): Use `do {} while(0)` loop.
(bsdf_init_distance_map, finalize_sdf, bsdf_raster_render): Add
casts.
* src/sdf/ftsdf.c (sdf_generate_bounding_box,
sdf_generate_with_overlaps): Ditto.
* src/sdf/ftsdfcommon.h (square_root): Ditto.
* src/sdf/ftsdfrend.c (sdf_property_get, ft_sdf_render,
ft_bsdf_render): Ditto.

* src/sfnt/ttcolr.c (find_base_glyph_record,
find_base_glyph_v1_record): Fix variable signedness.
(read_color_line): Add cast.
(read_paint): Add casts.
Fix signedness issue.
(tt_face_get_colorline_stops) Fix signedness issues.

* src/sfnt/ttpost.c (load_format_20): Add casts.

* src/truetype/ttsubpix.c (TWEAK_RULES, TWEAK_RULES_EXCEPTIONS):
Remove final semicolons.
2021-05-29 09:51:04 +02: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 Update all copyright notices. 2021-01-17 07:18:48 +01: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 [truetype] Prevent glyph program state from persisting. 2021-04-02 10:31:39 +02:00
ttgload.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ttgxvar.c Handle various VC++ compiler warnings. 2021-03-13 19:08:09 +01:00
ttgxvar.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ttinterp.c [truetype] Avoid some memory zeroing. 2021-05-01 09:14:04 -04:00
ttinterp.h Update TT_New_Context documentation 2021-04-02 11:01:12 +02:00
ttobjs.c * src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`. 2021-02-04 07:46:46 +01:00
ttobjs.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ttpload.c [truetype] Avoid some memory zeroing. 2021-05-01 09:14:04 -04:00
ttpload.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ttsubpix.c Fix compilation errors and (some) warnings for clang++. 2021-05-29 09:51:04 +02:00
ttsubpix.h Update all copyright notices. 2021-01-17 07:18:48 +01:00