freetype2/src/pshinter
Oran Agra 4e711be9f5 Position Independent Code (PIC) support in pshinter module.
* include/freetype/internal/pshints.h add macros to init
instances of PSHinter_Interface.

* src/pshinter/pshmod.h declare pshinter_module_class
using macros from ftmodapi.h,
when FT_CONFIG_OPTION_PIC is defined create and destroy
functions will be declared.
* src/pshinter/pshmod.c when FT_CONFIG_OPTION_PIC is defined
pshinter_interface and pshinter_module_class structs
will have functions to init or create and destroy them
instead of being allocated in the global scope.
And macros will be used from pshpic.h in order to access them.

New Files:
* src/pshinter/pshpic.h declare struct to hold PIC globals for pshinter
module and macros to access them.
* src/pshinter/pshpic.c implement functions to allocate, destroy and
initialize PIC globals for pshinter module.

* src/pshinter/pshinter.c add new file to build: pshpic.c.
* src/pshinter/jamfile add new files to FT2_MULTI build: pshpic.c.
2009-04-05 18:20:16 +03:00
..
Jamfile Position Independent Code (PIC) support in pshinter module. 2009-04-05 18:20:16 +03:00
module.mk FT_USE_MODULE declares things as: 2008-12-21 10:29:30 +00:00
pshalgo.c Don't use stdlib.h and friends directly. 2009-01-13 17:34:48 +00:00
pshalgo.h Cosmetic code changes. 2008-05-28 22:17:28 +00:00
pshglob.c formatting, copyright years 2006-02-27 18:25:22 +00:00
pshglob.h Avoid overwriting of numeric font dictionary entries for synthetic 2003-05-30 09:12:50 +00:00
pshinter.c Position Independent Code (PIC) support in pshinter module. 2009-04-05 18:20:16 +03:00
pshmod.c Position Independent Code (PIC) support in pshinter module. 2009-04-05 18:20:16 +03:00
pshmod.h Position Independent Code (PIC) support in pshinter module. 2009-04-05 18:20:16 +03:00
pshnterr.h * src/tools/glnames.py: Updated to AGL 2.0. 2003-06-23 19:26:53 +00:00
pshpic.c Position Independent Code (PIC) support in pshinter module. 2009-04-05 18:20:16 +03:00
pshpic.h Position Independent Code (PIC) support in pshinter module. 2009-04-05 18:20:16 +03:00
pshrec.c * src/pshinter/pshrec.c (ps_mask_table_set_bits): Add `const'. 2007-05-20 18:07:52 +00:00
pshrec.h Cosmetic code changes. 2008-05-28 22:17:28 +00:00
rules.mk * src/winfonts/winfnt.c (FNT_Load_Glyph): Use first_char in 2003-06-22 15:33:53 +00:00