freetype2/src/sfnt
Werner Lemberg 6497b9c5a5 Fix compiler warnings.
Reported by Wojciech Mamrak <wmamrak@gmail.com>.

* src/autofit/afglobal.c (af_face_globals_compute_style_coverage),
src/autofit/afmodule.c (af_property_set): Fix `signed' vs.
`unsigned' issues.

* src/autofit/aflatin.c (af_latin_metrics_init_blues): Make compiler
happy.

* src/base/ftlcdfil.c (_ft_lcd_filter_fir): Use only four elements
for `fir'.
Fix `signed' vs. `unsigned' issues.

* src/sfnt/sfobjs.c (WRITE_BYTE): Removed, unused.
(WRITE_USHORT, WRITE_ULONG): Add proper casts.

* src/truetype/ttgload.c (TT_Get_VMetrics): Add proper casts.

* src/truetype/ttinterp.c (Ins_DELTAP): Add proper casts for `B1'
and `B2'.
2014-06-13 09:28:00 +02:00
..
Jamfile Position Independent Code (PIC) support in sfnt driver. 2009-04-05 18:08:32 +03:00
module.mk FT_USE_MODULE declares things as: 2008-12-21 10:29:30 +00:00
pngshim.c * src/sfnt/pngshim.c (error_callback): s/longjmp/ft_longjmp/. 2014-04-22 07:33:07 +02:00
pngshim.h [sfnt] Add support for Apple's `sbix' color bitmap table. 2013-07-18 13:13:12 +02:00
rules.mk Add support for color embedded bitmaps (eg. color emoji). 2013-05-29 11:36:18 +02:00
sfdriver.c Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
sfdriver.h Position Independent Code (PIC) support in sfnt driver. 2009-04-05 18:08:32 +03:00
sferrors.h Remove `FT_KEEP_ERR_PREFIX'. 2013-03-12 11:42:20 +01:00
sfnt.c Add support for color embedded bitmaps (eg. color emoji). 2013-05-29 11:36:18 +02:00
sfntpic.c Whitespace. 2013-03-17 08:14:46 +01:00
sfntpic.h Whitespace. 2013-03-17 08:14:46 +01:00
sfobjs.c Fix compiler warnings. 2014-06-13 09:28:00 +02:00
sfobjs.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ttbdf.c */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
ttbdf.h Convert to Unix line endings. 2006-03-01 11:31:08 +00:00
ttcmap.c * src/sfnt/ttcmap.c (tt_face_build_cmaps): Remove clang warning. 2014-03-09 06:06:58 +01:00
ttcmap.h [sfnt] Formatting. 2012-08-27 05:48:23 +02:00
ttcmapc.h [sfnt] Formatting. 2012-08-27 05:48:23 +02:00
ttkern.c Another round of cppcheck nitpicks. 2013-08-01 12:20:20 +02:00
ttkern.h formatting, minor doc fixes, copyright years 2007-01-05 09:03:31 +00:00
ttload.c [sfnt] Fix `OS/2' table version 5 support. 2013-11-16 07:52:20 +01:00
ttload.h * include/freetype/ftoutln.h (FT_Outline_Embolden): Mention in 2006-02-15 06:05:52 +00:00
ttmtx.c [sfnt] Fix documentation of `tt_face_get_metrics'. 2013-07-02 10:36:26 +02:00
ttmtx.h Clean up the SFNT_Interface. In this final pass, `load_hmtx' is 2006-02-14 07:25:57 +00:00
ttpost.c */*: Use FT_Err_Ok only. 2013-03-14 11:21:17 +01:00
ttpost.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ttsbit.c Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
ttsbit.h [sfnt] Add support for Apple's `sbix' color bitmap table. 2013-07-18 13:13:12 +02:00