freetype2/src/psaux
Ewald Hew d23affe1ef Reorganize object fields.
Make some fields more generic, so that we can access them the same
way regardless of Type 1 or CFF.

* include/freetype/internal/psaux.h (PS_Builder): Change `TT_Face'
to `FT_Face'.
Remove unused fields.

* src/psaux/psft.c: Update all accesses of `PS_Builder.face'.
Add some asserts to guard against casting `T1_Face' as `TT_Face'.

* src/type1/t1objs.h (T1_GlyphSlot): Reorder fields to follow
`CFF_GlyphSlot', so that we can pretend they are the same in the
interpreter.

* src/psaux/psobjs.c (ps_builder_init, ps_builder_add_point):
Updated with above changes.
2017-09-25 09:26:59 +02:00
..
Jamfile Add objects for new interpreter. 2017-09-25 09:26:59 +02:00
afmparse.c Improve `make multi'. 2017-03-18 07:06:49 +01:00
afmparse.h Update copyright year. 2017-01-04 20:16:34 +01:00
cffdecode.c Add new service for inter-module calls. 2017-09-25 09:26:59 +02:00
cffdecode.h Add callbacks for inter-module calls. 2017-09-25 09:26:59 +02:00
module.mk Update copyright year. 2017-01-04 20:16:34 +01:00
psarrst.c Rename files. 2017-09-25 09:26:59 +02:00
psarrst.h Rename files. 2017-09-25 09:26:59 +02:00
psaux.c Add objects for new interpreter. 2017-09-25 09:26:59 +02:00
psauxerr.h Update copyright year. 2017-01-04 20:16:34 +01:00
psauxmod.c Use the new objects. 2017-09-25 09:26:59 +02:00
psauxmod.h Update copyright year. 2017-01-04 20:16:34 +01:00
psblues.c Use the new objects. 2017-09-25 09:26:59 +02:00
psblues.h Rename files. 2017-09-25 09:26:59 +02:00
psconv.c [psaux] Correctly handle sequences of multiple number signs. 2017-05-30 22:22:19 +02:00
psconv.h Update copyright year. 2017-01-04 20:16:34 +01:00
psdecode.c Objects for new interpreter (part 2). 2017-09-25 09:26:59 +02:00
psdecode.h Objects for new interpreter (part 2). 2017-09-25 09:26:59 +02:00
pserror.c Rename files. 2017-09-25 09:26:59 +02:00
pserror.h Rename files. 2017-09-25 09:26:59 +02:00
psfixed.h Rename files. 2017-09-25 09:26:59 +02:00
psfont.c Prepare for Type 1 mode. 2017-09-25 09:26:59 +02:00
psfont.h Prepare for Type 1 mode. 2017-09-25 09:26:59 +02:00
psft.c Reorganize object fields. 2017-09-25 09:26:59 +02:00
psft.h Use the new objects. 2017-09-25 09:26:59 +02:00
psglue.h Rename files. 2017-09-25 09:26:59 +02:00
pshints.c Rename files. 2017-09-25 09:26:59 +02:00
pshints.h Rename files. 2017-09-25 09:26:59 +02:00
psintrp.c Use the new objects. 2017-09-25 09:26:59 +02:00
psintrp.h Rename files. 2017-09-25 09:26:59 +02:00
psobjs.c Reorganize object fields. 2017-09-25 09:26:59 +02:00
psobjs.h Objects for new interpreter (part 2). 2017-09-25 09:26:59 +02:00
psread.c Rename files. 2017-09-25 09:26:59 +02:00
psread.h Rename files. 2017-09-25 09:26:59 +02:00
psstack.c Rename files. 2017-09-25 09:26:59 +02:00
psstack.h Rename files. 2017-09-25 09:26:59 +02:00
pstypes.h Rename files. 2017-09-25 09:26:59 +02:00
rules.mk Add objects for new interpreter. 2017-09-25 09:26:59 +02:00
t1cmap.c Update copyright year. 2017-01-04 20:16:34 +01:00
t1cmap.h Update copyright year. 2017-01-04 20:16:34 +01:00
t1decode.c */*: Remove `OVERFLOW_' prefix. 2017-06-09 11:21:58 +02:00
t1decode.h Update copyright year. 2017-01-04 20:16:34 +01:00