Al-Qurtas-Islamic-bank-The-.../include/freetype
Oran Agra 636c294bef Position Independent Code (PIC) support and infrastructure in base.
* include/freetype/config/ftoption.h add FT_CONFIG_OPTION_PIC
* include/freetype/internal/ftobjs.h Add pic_container member to
FT_LibraryRec.
Add macros to declare and init instances of FT_CMap_ClassRec.
Add macros to init instances of FT_Outline_Funcs and FT_Raster_Funcs.
Add macros to declare, allocate and initialize modules
(FT_Module_Class).
Add macros to declare, allocate and initialize renderers
(FT_Renderer_Class).
Add macro to init instances of FT_Glyph_Class.
Add macros to declare, allocate and initialize drivers
(FT_Driver_ClassRec).
* include/freetype/internal/ftpic.h new file to declare the
FT_PIC_Container struct and the functions to allocate and detroy it.
* include/freetype/internal/ftserv.h add macros to allocate and
destory arrays of FT_ServiceDescRec.
* include/freetype/internal/internal.h define macro to include
ftpic.h.

New Files:
* src/base/ftpic.c implement functions to allocate and destory the
global pic_container.
* src/base/basepic.h declare struct to hold PIC globals for base and
macros to access them.
* src/base/basepic.c implement functions to allocate, destroy and
initialize PIC globals for base.

* src/base/ftinit.c when FT_CONFIG_OPTION_PIC is defined implement
functions that allocate and destroy ft_default_modules according to
FT_CONFIG_MODULES_H in the pic_container instead of the global scope
and use macro from basepic.h to access it.
* src/base/ftobjs.c add calls to the functions that allocate and
destroy the global pic_container when the library is created and
destroyed.

* src/base/jamfile add new files to FT2_MULTI build:
ftpic.c and basepic.c.
* src/base/ftbase.c add new files to build:
ftpic.c and basepic.c.

* src/base/ftglyph.c when FT_CONFIG_OPTION_PIC is defined
ft_bitmap_glyph_class and ft_outline_glyph_class will be allocated
in the pic_container instead of the global scope and use macros from
basepic.h to access them.
* src/base/ftbbox.c allocate bbox_interface stract on the stack
instead of the global scope when FT_CONFIG_OPTION_PIC is defined.
* src/base/ftstroke.c access ft_outline_glyph_class allocated in
ftglyph.c via macros from basepic.h
2009-04-05 17:59:26 +03:00
..
config Position Independent Code (PIC) support and infrastructure in base. 2009-04-05 17:59:26 +03:00
internal Position Independent Code (PIC) support and infrastructure in base. 2009-04-05 17:59:26 +03:00
freetype.h Typo. 2009-03-31 18:11:55 +02:00
ftadvanc.h load_flags of FT_Get_Advance(), FT_Get_Advances() and backends are declared as FT_Int32 to match the flags of FT_Load_Glyph() 2009-01-09 11:11:53 +00:00
ftbbox.h Improve navigation in API reference. 2008-06-26 19:56:51 +00:00
ftbdf.h * include/freetype/ftbdf.h (FT_Get_BDF_Property): Improve documentation. 2009-01-11 11:45:54 +00:00
ftbitmap.h * include/freetype/ftsynth.h, src/basae/ftsynth.c: Move 2008-12-17 10:50:31 +00:00
ftcache.h * devel/ftoption.h, include/freetype/config/ftoption.h 2008-11-05 14:34:29 +00:00
ftchapters.h * autogen.sh, builds/unix/configure.raw, 2008-09-12 16:27:48 +00:00
ftcid.h Typo. 2009-03-11 21:39:10 +00:00
fterrdef.h * include/freetype/fterrdef.h (FT_Err_Corrupted_Font_Header, 2007-06-01 22:16:43 +00:00
fterrors.h Typo. From Han-Wen. 2007-01-23 06:29:23 +00:00
ftgasp.h * autogen.sh, builds/unix/configure.raw, 2008-09-12 16:27:48 +00:00
ftglyph.h Minor typos. 2009-03-03 14:26:47 +00:00
ftgxval.h Improve navigation in API reference. 2008-06-26 19:56:51 +00:00
ftgzip.h Improve navigation in API reference. 2008-06-26 19:56:51 +00:00
ftimage.h Callbacks for b/w rasterizer are not implemented currently. 2009-03-30 12:58:41 +02:00
ftincrem.h Improve navigation in API reference. 2008-06-26 19:56:51 +00:00
ftlcdfil.h * autogen.sh, builds/unix/configure.raw, 2008-09-12 16:27:48 +00:00
ftlist.h Improve navigation in API reference. 2008-06-26 19:56:51 +00:00
ftlzw.h Improve navigation in API reference. 2008-06-26 19:56:51 +00:00
ftmac.h Improve navigation in API reference. 2008-06-26 19:56:51 +00:00
ftmm.h Documentation fixes. 2009-01-19 08:35:45 +00:00
ftmodapi.h * devel/ftoption.h, include/freetype/config/ftoption.h 2008-11-05 14:34:29 +00:00
ftmoderr.h * docs/CHANGES, docs/INSTALL.ANY: Updated. 2005-03-23 16:45:24 +00:00
ftotval.h Improve navigation in API reference. 2008-06-26 19:56:51 +00:00
ftoutln.h Fix documentation buglets. 2009-01-19 14:31:53 +00:00
ftpfr.h Documentation fixes. 2009-01-19 08:47:43 +00:00
ftrender.h Improve navigation in API reference. 2008-06-26 19:56:51 +00:00
ftsizes.h Documentation fixes. 2009-01-19 08:35:45 +00:00
ftsnames.h Improve documentation. 2009-04-04 09:26:18 +02:00
ftstroke.h Fix documentation of FT_Outline_GetInsideBorder. 2009-01-18 06:42:59 +00:00
ftsynth.h * include/freetype/ftsynth.h, src/basae/ftsynth.c: Move 2008-12-17 10:50:31 +00:00
ftsystem.h Improve navigation in API reference. 2008-06-26 19:56:51 +00:00
fttrigon.h More typo fixes from Alexei. 2007-01-30 23:08:50 +00:00
fttypes.h Whitespace. 2009-03-15 20:58:38 +01:00
ftwinfnt.h Improve navigation in API reference. 2008-06-26 19:56:51 +00:00
ftxf86.h Improve navigation in API reference. 2008-06-26 19:56:51 +00:00
t1tables.h Remove ABI-breaking field in public PS_InfoFontRec definition. 2009-03-03 13:28:59 +00:00
ttnameid.h * src/sfnt/sfobjs.c (sfnt_load_face): Remove #if 0/#endif guards 2008-11-08 22:00:55 +00:00
tttables.h Documentation fixes. 2009-01-19 08:47:43 +00:00
tttags.h formatting 2008-10-05 06:08:40 +00:00
ttunpat.h * src/tools/docmaker/sources.py (re_source_keywords): Add word 2006-05-12 08:00:13 +00:00