summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Updated freetype to 2.4.8Geremy Condra2011-12-166-18/+54
| | | | | | | This change is to fix a vulnerability in 2.4.7 (CVE-2011-3439). It is taken from http://b/issue?id=5700584. Change-Id: I25a87999bc3ab44d7c7f59e7f04f56895d86bb5d
* DO NOT MERGE Update FreeType library to 2.4.7Olivier Bailly2011-11-1127-3187/+8465
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copied common files from upstream repository only. changes to ftoption.h which were intentionally NOT taken: /* contain no glyph data, but supply it via a callback function. */ /* This is required by clients supporting document formats which */ /* supply font data incrementally as the document is parsed, such */ /* as the Ghostscript interpreter for the PostScript language. */ /* */ -/* #define FT_CONFIG_OPTION_INCREMENTAL */ +#define FT_CONFIG_OPTION_INCREMENTAL /*************************************************************************/ /* */ /* The size in bytes of the render pool used by the scan-line converter */ @@ -553,11 +553,11 @@ FT_BEGIN_HEADER /* TrueType glyphs without hinting. */ /* */ /* Do not #undef this macro here, since the build system might */ /* define it for certain configurations only. */ /* */ -/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */ +#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER /*************************************************************************/ /* */ /* If you define TT_CONFIG_OPTION_UNPATENTED_HINTING, a special version */ @@ -603,11 +603,11 @@ FT_BEGIN_HEADER /* */ /* error = FT_Open_Face( library, &open_args, index, &face ); */ /* ... */ /* } */ /* */ -#define TT_CONFIG_OPTION_UNPATENTED_HINTING +/* #define TT_CONFIG_OPTION_UNPATENTED_HINTING */ /*************************************************************************/ /* */ /* Define TT_CONFIG_OPTION_INTERPRETER_SWITCH to compile the TrueType */ Manual changes to ftmodule.h: +/* + * New modules in 2.4.7: +FT_USE_MODULE( FT_Driver_ClassRec, t1_driver_class ) +FT_USE_MODULE( FT_Driver_ClassRec, t1cid_driver_class ) +FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class ) +FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class ) +FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class ) +FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class ) +FT_USE_MODULE( FT_Module_Class, psaux_module_class ) +FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class ) + */ + These lines were added for 2.4.7 but we decided to stick with our current use. Change-Id: Ic1b52909580c78ead44cf4f882be06f2837539db
* Add additional implementation files needed by Skia.Derek Sollenberger2011-11-082-0/+156
| | | | | | | | This adds the files that are need by Skia's SkFontHost::GetAdvancedTypefaceMetrics. bug: 5445861 Change-Id: Id0cc770476fcdf852557e8e4c4451f92e4a291d6
* Update to FreeType 2.4.6+David 'Digit' Turner2011-08-1753-1152/+3205
| | | | | | | | | | | | | | | This patch updates our copy of the FreeType sources to 2.4.6+. More precisely, it contains source code corresponding to the state of the upstream repository at the following hash submitted on August 16 2001: c3fb981e2ac79acad09d5673352646696472f55e This corresponds to 2.4.6 with 7 more patches applied on top of it to fix bugs in the TrueType interpreter and the CFF parser. Change-Id: I9f3ac736d616020c8d10fd1d4e4be466f35fb6e7
* Upgrade to upstream 2.4.4David 'Digit' Turner2011-01-2621-309/+656
| | | | | | This is necessary to fix several security issues. See b/3344697 Change-Id: Ica5c6387fbd791008199f7994ed03978ed700a69
* upgrade freetype to 2.4.2.Nick Kralevich2010-09-1557-800/+1393
| | | | | | Bug: 2969145 Change-Id: I8debbbe0bd478d9cf8c39cff5179981b5f3b371a
* Apply stack overflow patch fromChris Palmer2010-08-091-1/+4
| | | | | | http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=11d65e8a1f1f14e56148fd991965424d9bd1cdbc Change-Id: I2df2f52928358225d53b22bcf258f36812d2515d
* Update to FreeType 2.3.12David 'Digit' Turner2010-03-03121-1716/+4734
|
* resolved conflicts for merge 77f63d to masterDavid 'Digit' Turner2009-06-0913-90/+244
|\
| * Integrate FreeType 2.3.9 into the donut tree.David 'Digit' Turner2009-06-0859-1573/+2602
| | | | | | | | | | | | | | | | | | This is done to get fixes for a few security-related issues. NOTE: the auto-hinter hasn't been changed to avoid modifying the rendering of characters. The 2.3.9 code contains minor fixes (not security-related) that could in theory do that (though extensive testing is needed to evaluate its real impact on Android).
* | auto import //branches/master/...@140412The Android Open Source Project2009-03-1857-1514/+2397
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03145-0/+82211
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03145-82211/+0
|
* Initial ContributionThe Android Open Source Project2008-10-21289-60627/+2731
|
* external/freetype 2.3.5Upstream1970-01-12383-0/+140107