freetype2/src/base
Sean McBride 7be2a94a50 Fix clang static analyzer and compiler warnings.
* src/autofit/afhints.c (af_glyph_hints_align_weak_points),
src/autofit/afloader (af_loader_load_g) <FT_GLYPH_FORMAT_COMPOSITE>,
src/base/ftcalc.c (FT_MSB), src/base/ftoutln.c
(FT_Outline_Decompose), src/bdf/bdfdrivr.c (bdf_interpret_style),
src/cff/cffparse.c (cff_parse_integer), src/cid/cidparse.c
(cid_parser_new), src/pfr/pfrload.c (pfr_phy_font_load),
src/raster/ftraster.c (Decompose_Curve), src/sfnt/sfdriver.c
(sfnt_get_ps_name), src/sfnt/ttcmap.c (tt_cmap12_next,
tt_cmap13_next), src/smooth/ftgrays.c (gray_hline): Remove dead
code.

* src/autofit/afmodule.c (af_property_get_face_globals,
af_property_set, af_property_get), src/base/ftbitmap.c
(ft_gray_for_premultiplied_srgb_bgra): Make functions static.

* src/base/ftobjs.c (ft_remove_renderer): Protect against
library == NULL.
(ft_property_do): Make function static.

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

* src/sfnt/ttsbit.c (tt_face_load_sbix_image)
[!FT_CONFIG_OPTION_USE_PNG], src/type1/t1gload.c
(T1_Compute_Max_Advance): Avoid compiler warning.

* src/truetype/ttinterp.c (TT_New_Context): Reduce scope of
variable.
2014-02-08 13:55:38 +01:00
..
Jamfile Position Independent Code (PIC) support and infrastructure in base. 2009-04-05 17:59:26 +03:00
basepic.c Fix PIC linking. 2013-12-21 08:14:25 +01:00
basepic.h Whitespace. 2013-03-17 08:14:46 +01:00
ftadvanc.c */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
ftapi.c Remove trailing whitespace. From Alexei. 2007-01-16 06:11:27 +00:00
ftbase.c [mac] Unify DARWIN_NO_CARBON with FT_MACINTOSH. 2011-12-02 21:14:58 +09:00
ftbase.h [raccess] Modify for PIC build. 2012-01-17 15:13:50 +09:00
ftbbox.c Whitespace. 2013-08-27 21:30:09 +02:00
ftbdf.c */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
ftbitmap.c Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
ftcalc.c Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
ftcid.c */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
ftdbgmem.c Apply fixes for cppcheck nitpicks. 2013-06-04 10:30:48 +02:00
ftdebug.c Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftfstype.c Formatting, copyright years. 2009-03-03 21:35:32 +00:00
ftgasp.c formatting, copyright years and messages, doc polishing 2007-01-09 10:37:36 +00:00
ftgloadr.c Fix Savannah bug #39269. 2013-06-18 10:17:48 +02:00
ftglyph.c Another round of cppcheck nitpicks. 2013-08-01 12:20:20 +02:00
ftgxval.c */*: Use `FT_THROW'. 2013-03-14 10:27:35 +01:00
ftinit.c Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftlcdfil.c */*: Use `FT_THROW'. 2013-03-14 10:27:35 +01:00
ftmac.c Another round of cppcheck nitpicks. 2013-08-01 12:20:20 +02:00
ftmm.c */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
ftobjs.c Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
ftotval.c */*: Use `FT_THROW'. 2013-03-14 10:27:35 +01:00
ftoutln.c Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
ftpatent.c * src/base/ftpatent.c (FT_Face_SetUnpatentedHinting): Fix typo. 2011-07-20 06:30:20 +02:00
ftpfr.c */*: Use `FT_THROW'. 2013-03-14 10:27:35 +01:00
ftpic.c Another round of cppcheck nitpicks. 2013-08-01 12:20:20 +02:00
ftrfork.c Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
ftsnames.c */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
ftstream.c Formatting. 2013-05-04 15:26:24 +02:00
ftstroke.c */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
ftsynth.c Fix vertical size of emboldened glyphs. 2013-09-20 07:20:53 +02:00
ftsystem.c */*: Use `FT_THROW'. 2013-03-14 10:27:35 +01:00
fttrigon.c Fix 64bit compilation issues. 2013-05-05 10:44:21 +02:00
fttype1.c */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
ftutil.c */* [FT_CONFIG_OPTION_OLD_INTERNALS]: Remove macro and guarded code. 2013-05-10 07:58:47 +02:00
ftwinfnt.c */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
ftxf86.c Documentation updates, whitespace. 2004-12-13 23:16:59 +00:00
md5.c * src/base/md5.c, src/base/md5.h: Updated to recent version. 2013-10-22 01:10:10 +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 [base] Add missing dependencies to Makefile. 2013-12-21 07:23:08 +01:00