freetype2/src/psnames
Oran Agra 24b110c6c6 Position Independent Code (PIC) support in psnames module.
* include/freetype/internal/services/svpscmap.h add macros to init
instances of FT_Service_PsCMapsRec.

* src/psnames/psmodule.h declare psnames_module_class
using macros from ftmodapi.h,
when FT_CONFIG_OPTION_PIC is defined create and destroy
functions will be declared.
* src/psnames/psmodule.c when FT_CONFIG_OPTION_PIC is defined
pscmaps_interface and pscmaps_services structs
and psnames_module_class array
will have functions to init or create and destroy them
instead of being allocated in the global scope.
And macros will be used from pspic.h in order to access them.

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

* src/psnames/psnames.c add new file to build: pspic.c.
* src/psnames/jamfile add new files to FT2_MULTI build: pspic.c.
2009-04-05 18:18:03 +03:00
..
Jamfile Position Independent Code (PIC) support in psnames module. 2009-04-05 18:18:03 +03:00
module.mk FT_USE_MODULE declares things as: 2008-12-21 10:29:30 +00:00
psmodule.c Position Independent Code (PIC) support in psnames module. 2009-04-05 18:18:03 +03:00
psmodule.h Position Independent Code (PIC) support in psnames module. 2009-04-05 18:18:03 +03:00
psnamerr.h Formatting. 2001-06-19 23:03:41 +00:00
psnames.c Position Independent Code (PIC) support in psnames module. 2009-04-05 18:18:03 +03:00
pspic.c Position Independent Code (PIC) support in psnames module. 2009-04-05 18:18:03 +03:00
pspic.h Position Independent Code (PIC) support in psnames module. 2009-04-05 18:18:03 +03:00
pstables.h * src/autofit/afcjk.c, src/base/ftoutln.c, src/base/ftrfork.c, 2008-11-29 22:50:24 +00:00
rules.mk Completely revised FreeType's make management. 2003-06-09 04:46:30 +00:00