freetype/src/sfnt
Werner Lemberg bf40e92dea * src/autohint/ahglyph.c (ah_setup_uv): Exchange `for' loop and
`switch' statement to make it run faster.
(ah_outline_compute_segments): Reset `segment->score' and
`segment->link'.
(ah_outline_link_segments): Provide alternative code which does
the same but runs much faster.
Handle major direction also.
(ah_outline_compute_edges): Scale `edge_distance_threshold' down
after rounding instead of scaling comparison value in loop.

* src/autohint/ahhint.c (ah_hinter_align_stong_points): Provide
alternative code which runs faster.
Handle `before->scale == 0'.

* src/autohint/ahtypes.h (AH_SegmentRec): Move some fields down.
(AH_EdgeRec): Move some fields in structure.
New field `scale'.

* src/sfnt/ttcmap0.c (tt_cmap4_char_next): Use binary search.
2003-05-07 10:21:13 +00:00
..
descrip.mms * src/sfnt/ttcmap.c: 16bit fixes (0xFFFF -> 0xFFFFU). 2002-03-31 18:48:24 +00:00
Jamfile 2002-11-05 David Turner <david@freetype.org> 2002-11-06 22:32:54 +00:00
module.mk Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
rules.mk * src/sfnt/ttcmap.c: 16bit fixes (0xFFFF -> 0xFFFFU). 2002-03-31 18:48:24 +00:00
sfdriver.c Fixing bugs reported by Nelson Beebe. 2003-04-23 19:48:24 +00:00
sfdriver.h finishing function header formatting 2001-06-28 17:49:10 +00:00
sferrors.h Formatting. 2001-06-19 23:03:41 +00:00
sfnt.c * src/sfnt/ttcmap.c: 16bit fixes (0xFFFF -> 0xFFFFU). 2002-03-31 18:48:24 +00:00
sfobjs.c Fixing bugs reported by Nelson Beebe. 2003-04-23 19:48:24 +00:00
sfobjs.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ttcmap0.c * src/autohint/ahglyph.c (ah_setup_uv): Exchange `for' loop and 2003-05-07 10:21:13 +00:00
ttcmap0.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ttcmap.c * src/include/freetype/internal/tttypes.h (num_sbit_strikes, 2002-09-28 16:40:57 +00:00
ttcmap.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ttload.c Fixing bugs reported by Nelson Beebe. 2003-04-23 19:48:24 +00:00
ttload.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ttpost.c * src/sfnt/ttpost.c (load_post_names, tt_face_free_ps_names, 2002-09-27 11:09:23 +00: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 Cleanups. 2003-04-23 15:50:27 +00:00
ttsbit.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00