Al-Qurtas-Islamic-bank-The-.../src/psaux
Werner Lemberg 96fb73efd5 Fix clang warnings.
* include/freetype/internal/autohint.h
(FT_DECLARE_AUTOHINTER_INTERFACE): New macro.
* src/autofit/afmodule.h: Use it to declare
`af_autofitter_interface'.

* include/freetype/internal/ftobjs.h (FT_DECLARE_GLYPH): New macro.
* src/base/ftbase.h: Use it to declare `ft_bitmap_glyph_class' and
`ft_outline_glyph_class'.

* src/base/ftglyph.c: Include `ftbase.h'.

* src/cff/cffparse.c (cff_parser_run): Fix type of `t2_size'.

* src/pcf/pcfdrivr.c (pcf_cmap_char_next): Fix type of `result'.

* src/psaux/psauxmod.c (psaux_module_class): Use `FT_DEFINE_MODULE'.
* src/psaux/psauxmod.h: Declare `afm_parser_funcs',
`t1_cmap_classes', `cff_decoder_funcs', and `psaux_module_class'.

* src/pshinter/pshmod.c: Include `pshmod.h'.

* src/sfnt/sfwoff2.c (ROUND4, WRITE_SHORT): Fix implicit sign
conversion.
(compute_ULong_sum): Fix return type.
Fix implicit sign conversion.
(store_points): Fix type of `last_flag', `repeat_count', and `flag'.
Use casts to avoid warnings.
(reconstruct_glyf): Fix implicit sign conversion.
Use cast to avoid warning.
(get_x_mins): Fix implicit sign conversion.
* src/sfnt/ttcmap.c: Undef `TTCMAPCITEM'.
* src/sfnt/ttcmap.h: Define `TTCMAPCITEM' and include `ttcmapc.h' to
declare cmap classes.

* src/smooth/ftsmooth.c (ft_smooth_overlap_spans): Use cast.

* src/truetype/ttinterp.c (Ins_MIAP): Fix typo.
2020-07-07 16:58:14 +02:00
..
afmparse.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
afmparse.h Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
cffdecode.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
cffdecode.h Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
module.mk Update all copyright notices. 2020-01-19 17:05:19 +01:00
psarrst.c Make macros for header file names optional. 2020-06-08 13:31:55 +02:00
psarrst.h [GSoC] src/*.*: Convert block comments to `light' style. 2018-06-03 09:08:41 +02:00
psaux.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
psauxerr.h Make macros for header file names optional. 2020-06-08 13:31:55 +02:00
psauxmod.c Fix clang warnings. 2020-07-07 16:58:14 +02:00
psauxmod.h Fix clang warnings. 2020-07-07 16:58:14 +02:00
psblues.c Make macros for header file names optional. 2020-06-08 13:31:55 +02:00
psblues.h [GSoC] src/*.*: Convert block comments to `light' style. 2018-06-03 09:08:41 +02:00
psconv.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
psconv.h Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02: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 Make macros for header file names optional. 2020-06-08 13:31:55 +02: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 Make macros for header file names optional. 2020-06-08 13:31:55 +02:00
pshints.h [GSoC] src/*.*: Convert block comments to `light' style. 2018-06-03 09:08:41 +02:00
psintrp.c Make macros for header file names optional. 2020-06-08 13:31:55 +02:00
psintrp.h [GSoC] src/*.*: Convert block comments to `light' style. 2018-06-03 09:08:41 +02:00
psobjs.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
psobjs.h Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02: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 [psaux] Fix memory leak (#58626). 2020-06-19 18:51:33 +02: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. 2020-01-19 17:05:19 +01:00
t1cmap.c Make macros for header file names optional. 2020-06-08 13:31:55 +02:00
t1cmap.h Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
t1decode.c [psaux] Improve `t1_decoder_parse_metrics' (#58646). 2020-07-06 09:21:03 +02:00
t1decode.h Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00