freetype/src/truetype
Alexei Podtelezhnikov 081aba390a [truetype] Kill very old vector normalization hacks.
Back in the days, vector length calculations were not very accurate
and the vector normalization function, Normalize, had to meticulously
correct the errors for long vectors [commit b7ef2b096867]. It was no
longer necessary after accurate CORDIC algorithms were adopted, but
the code remained. It is time to kill it.

* src/truetype/ttinterp.c (Normalize): Remove error compensation.
(TT_VecLen): Remove any mention of old less accurate implementation.
2013-01-12 22:36:37 -05:00
..
Jamfile Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
module.mk FT_USE_MODULE declares things as: 2008-12-21 10:29:30 +00:00
rules.mk [truetype] Support subpixel hinting. 2012-06-18 10:36:06 +02:00
truetype.c [truetype] Support subpixel hinting. 2012-06-18 10:36:06 +02:00
ttdriver.c [sfnt, truetype] More renamings for orthogonality. 2012-08-27 07:43:28 +02:00
ttdriver.h Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
tterrors.h Prepare source code for amalgamation. 2012-03-08 06:04:03 +01:00
ttgload.c * src/truetype/ttgload.c (tt_loader_init): Add more tracing. 2012-12-27 01:08:24 +01:00
ttgload.h Always ignore global advance. 2011-04-21 08:21:37 +02:00
ttgxvar.c Various compiler warning fixes. 2012-12-17 09:08:09 +01:00
ttgxvar.h truetype: Extend mmvar_len to hold size_t values. 2009-08-01 00:32:18 +09:00
ttinterp.c [truetype] Kill very old vector normalization hacks. 2013-01-12 22:36:37 -05:00
ttinterp.h [truetype ] Remove unusued code. Add minor fixes. 2012-12-16 19:52:01 -06:00
ttobjs.c [truetype] Scale F_dot_P down. 2012-12-10 06:59:29 -05:00
ttobjs.h [truetype ] Remove unusued code. Add minor fixes. 2012-12-16 19:52:01 -06:00
ttpic.c [FT_CONFIG_OPTION_PIC] Fix g++ 4.6.2 compiler warnings. 2012-08-27 11:23:41 +02:00
ttpic.h [sfnt, truetype] More renamings for orthogonality. 2012-08-27 07:43:28 +02:00
ttpload.c Fix tracing message for `loca' table. 2012-01-02 22:33:42 +01:00
ttpload.h * builds/win32/visualc/freetype.dsp: updating the project file, adding 2006-03-20 13:32:33 +00:00
ttsubpix.c [truetype] Fix various artifacts. 2012-06-28 20:34:26 -05:00
ttsubpix.h [truetype ] Remove unusued code. Add minor fixes. 2012-12-16 19:52:01 -06:00