Al-Qurtas-Islamic-bank-The-.../src/base
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
..
ftadvanc.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftbase.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftbase.h Fix clang warnings. 2020-07-07 16:58:14 +02:00
ftbbox.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftbdf.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftbitmap.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftcalc.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftcid.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftcolor.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftdbgmem.c Make macros for header file names optional. 2020-06-08 13:31:55 +02:00
ftdebug.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
fterrors.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftfntfmt.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftfstype.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftgasp.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftgloadr.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftglyph.c Fix clang warnings. 2020-07-07 16:58:14 +02:00
ftgxval.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
fthash.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftinit.c Make macros for header file names optional. 2020-06-08 13:31:55 +02:00
ftlcdfil.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftmac.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftmm.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftobjs.c Fix memory leak (#58624). 2020-06-19 18:49:36 +02:00
ftotval.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftoutln.c [base] Rework d1180b5f95 until further notice. 2020-06-19 08:39:23 -04:00
ftpatent.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftpfr.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftpsprop.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftrfork.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftsnames.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftstream.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftstroke.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftsynth.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftsystem.c Make macros for header file names optional. 2020-06-08 13:31:55 +02:00
fttrigon.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
fttype1.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftutil.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
ftver.rc * Version 2.10.2 released. ========================== 2020-05-09 07:09:40 +02:00
ftwinfnt.c Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
md5.c * src/base/md5.c: Updated to recent version. 2016-06-16 06:17:54 +02:00
md5.h * src/base/md5.c, src/base/md5.h: Updated to recent version. 2013-10-22 01:10:10 +02:00
rules.mk Update all copyright notices. 2020-01-19 17:05:19 +01:00