mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-23 06:18:13 +02:00
variable. * src/autofit/afloader.c (af_loader_load_g): Ditto. * src/base/ftobjs.c (ft_validator_error): Use `ft_jmp_buf'. (open_face_from_buffer): Initialize `stream'. (FT_Request_Metrics): Remove unused variable. Remove redundant `break' statements. (FT_Get_Track_Kerning): Remove unused variable. * src/psaux/afmparse.c (afm_parse_track_kern, afm_parse_kern_pairs, afm_parse_kern_data): Remove redundant `break' statements. (afm_parser_parse): Ditto. Don't use uninitialized variables. * src/psnames/psmodule.c (VARIANT_BIT): Define as unsigned long. Use `|' operator instead of `^' to set it. Update all users. * src/sfnt/ttcmap.c (tt_face_build_cmaps): Use `ft_jmp_buf'. * src/sfnt/ttkern.c (tt_face_load_kern): Remove unused variable. * src/truetype/ttgload.c (TT_Load_Simple_Glyph): Remove redundant comparison. (TT_Process_Simple_Glyph): Use FT_UInt for `n_points' and `i'. (TT_Load_Glyph): Remove unused variable. |
||
|---|---|---|
| .. | ||
| afmparse.c | ||
| afmparse.h | ||
| Jamfile | ||
| module.mk | ||
| psaux.c | ||
| psauxerr.h | ||
| psauxmod.c | ||
| psauxmod.h | ||
| psconv.c | ||
| psconv.h | ||
| psobjs.c | ||
| psobjs.h | ||
| rules.mk | ||
| t1cmap.c | ||
| t1cmap.h | ||
| t1decode.c | ||
| t1decode.h | ||