freetype/src/type1
Werner Lemberg a9f6f85e77 Various compiler warning fixes.
* include/freetype/internal/ftserv.h (FT_SERVICE_UNAVAILABLE): Use
`logical not' operator instead of negation.  The idea is that `~'
returns exactly the data type enforced by the cast to a pointer (be
it 32bit or 64bit or whatever), while a negative integer has not
this flexibility.
* src/cache/ftccmap.c (FTC_CMAP_UNKNOWN): Ditto.
* src/truetype/ttgxvar.c (ALL_POINTS, TT_Get_MM_Var): Ditto.
* src/type/t1load.c (T1_Get_MM_Var): Ditto.
(parse_blend_axis_types): Use cast.
* src/bdf/bdflib.c (_bdf_readstream): Use cast.
2012-12-17 09:08:09 +01:00
..
Jamfile Add license. 2005-06-04 23:04:30 +00:00
module.mk FT_USE_MODULE declares things as: 2008-12-21 10:29:30 +00:00
rules.mk Completely revised FreeType's make management. 2003-06-09 04:46:30 +00:00
t1afm.c Add new error code FT_Err_Missing_Module. 2011-11-26 13:38:26 +01:00
t1afm.h * src/autofit/afwarp.c: simple #ifdef to prevent compilation when 2006-01-27 12:11:22 +00:00
t1driver.c Add some variable initializations. 2011-12-10 23:16:04 +01:00
t1driver.h Remove trailing spaces. 2012-01-17 02:00:24 +09:00
t1errors.h Prepare source code for amalgamation. 2012-03-08 06:04:03 +01:00
t1gload.c Remove trailing spaces. 2012-01-17 02:00:24 +09:00
t1gload.h [type1] Remove casts. 2011-11-30 13:08:28 +01:00
t1load.c Various compiler warning fixes. 2012-12-17 09:08:09 +01:00
t1load.h Spelling fixes from Alexei. 2007-01-26 22:18:56 +00:00
t1objs.c Prepare source code for amalgamation (6/6). 2012-02-24 12:26:25 +01:00
t1objs.h [type1] Remove casts. 2011-11-30 13:08:28 +01:00
t1parse.c [type1] Another fix for 2012-09-17 commit. 2012-12-09 00:07:51 +01:00
t1parse.h * src/type1/t1parse.h (T1_ParserRec): Make `base_len' and 2008-06-09 20:49:29 +00:00
t1tokens.h Remove trailing spaces. 2012-01-17 02:00:24 +09:00
type1.c finishing function header formatting 2001-06-28 17:49:10 +00:00