freetype2/include/internal
Werner Lemberg a67c43e1c8 Avoid compiler warnings on x86-64 for `FT_MulFix'.
`FT_MulFix' takes `FT_Long' parameters as defined in `freetype.h',
but several inline implementations of it in `ftcalc.h' take
`FT_Int32' arguments.  This is causing compiler warnings on x86-64:
If parameters of type `FT_Fixed' (= `FT_Long') are passed to the
inline implementation of this function, integer values are truncated
from 64bit to 32bit.

* include/internal/ftcalc.h (FT_MulFix) [FT_MULFIX_ASSEMBLER]: Add
casts.
2014-11-19 06:46:23 +01:00
..
services Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
autohint.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftcalc.h Avoid compiler warnings on x86-64 for `FT_MulFix'. 2014-11-19 06:46:23 +01:00
ftdebug.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftdriver.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftgloadr.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftmemory.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftobjs.h Unify hypotenuse approximations. 2014-10-29 22:24:24 -04:00
ftpic.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftrfork.h Minor. 2013-12-27 19:18:49 +01:00
ftserv.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftstream.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
fttrace.h [autofit] Improve tracing of style coverages. 2014-01-16 08:55:40 +01:00
ftvalid.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
internal.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
psaux.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
pshints.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
sfnt.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
t1types.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
tttypes.h [truetype] Remove dead code. 2013-12-03 07:01:57 +01:00