freetype2/src/cff
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
..
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 [cff,type1,type42] s/FT_ALLOC/FT_QALLOC/ for initialized buffers. 2021-04-23 14:03:03 -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 Update all copyright notices. 2021-01-17 07:18:48 +01:00
cffgload.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
cffload.c [cff,psaux] Avoid memory zeroing (contd.). 2021-05-05 23:30:46 -04:00
cffload.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
cffobjs.c * src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`. 2021-02-04 07:46:46 +01: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