mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-02-03 11:30:26 +01:00
* 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.
|
||
|---|---|---|
| .. | ||
| ftcache.c | ||
| ftcbasic.c | ||
| ftccache.c | ||
| ftccache.h | ||
| ftccback.h | ||
| ftccmap.c | ||
| ftcerror.h | ||
| ftcglyph.c | ||
| ftcglyph.h | ||
| ftcimage.c | ||
| ftcimage.h | ||
| ftcmanag.c | ||
| ftcmanag.h | ||
| ftcmru.c | ||
| ftcmru.h | ||
| ftcsbits.c | ||
| ftcsbits.h | ||
| rules.mk | ||