aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports
Commit message (Expand)AuthorAge
* move most of SkFontHost to private (preceeding making it all private)Gravatar reed@google.com2013-03-14
* [PDF] Always set the symbolic Flag for Fonts.Gravatar vandebo@chromium.org2013-03-13
* comment out debugging printfsGravatar reed@google.com2013-03-13
* refactor android defines to implicitly assume NDK compliance unless it is exp...Gravatar commit-bot@chromium.org2013-03-13
* add (temp) SkFontLCDConfig class to hold LCD getters/setters. This will allowGravatar reed@google.com2013-03-12
* Use correct metrics for GDI glyphs.Gravatar bungeman@google.com2013-03-11
* Removed unused parametersGravatar sugoi@google.com2013-03-11
* Upstream changes from Android.Gravatar djsollen@google.com2013-03-08
* PDF: add support for named destinations.Gravatar epoger@google.com2013-03-08
* Fixing some warnings on LinuxGravatar sugoi@google.com2013-03-07
* Restart va_list in SkDebugf on win32.Gravatar bsalomon@google.com2013-03-07
* Make GrGLEffects use an interface to append their code.Gravatar bsalomon@google.com2013-03-07
* change FontIdentity to explicitly hold ttcIndex and ID, so we can use both in...Gravatar reed@google.com2013-03-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-06
* Revert r8000 due to failures on some buildbotsGravatar epoger@google.com2013-03-06
* PDF: add support for named destinations Gravatar epoger@google.com2013-03-06
* add ttcIndex parameter to calls to SkFontStreamGravatar reed@google.com2013-03-05
* start to plumb ttcIndex into fonthost. For now just add to SkFontStream and i...Gravatar reed@google.com2013-03-05
* Fixed a few warningsGravatar sugoi@google.com2013-03-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-05
* If Ashmem cache fails pinCache, do not reallocate.Gravatar scroggo@google.com2013-03-04
* Rely on libfontconfig to determine our default fontGravatar reed@google.com2013-03-04
* export getter for global instance of fontconfiginterfacedirectGravatar reed@google.com2013-03-04
* implement fonthost table methods directly in fontconfig backend, _tables now ...Gravatar reed@google.com2013-03-04
* refactor fonthost_tables into wrapper (fonthost) and impl (fontstream)Gravatar reed@google.com2013-03-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-03
* eliminate atsuii/coretext distinction, and rename to just _macGravatar mike@reedtribe.org2013-03-03
* try ~0U instead of ~0 to fix signed warning passing to size_tGravatar mike@reedtribe.org2013-03-03
* pass ~0 for length when we want to know the length of a table (with dst==null)Gravatar mike@reedtribe.org2013-03-03
* move some of the impl in fonthost into typeface virtualsGravatar mike@reedtribe.org2013-03-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-01
* use fontconfig fonthost for skia (in prep for using in chrome)Gravatar reed@google.com2013-02-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-27
* fix getFamilyName by calling FcFreeTypeQueryGravatar reed@google.com2013-02-26
* implement CreateTypefaceFromFileGravatar reed@google.com2013-02-26
* git-svn-id: http://skia.googlecode.com/svn/trunk@7863 2bbb7eff-a529-9590-31e7...Gravatar reed@google.com2013-02-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-26
* git-svn-id: http://skia.googlecode.com/svn/trunk@7856 2bbb7eff-a529-9590-31e7...Gravatar reed@google.com2013-02-25
* check-point: skiafy SkFontHost_fontconfig from chromeGravatar reed@google.com2013-02-25
* Create SkLazyPixelRef which performs lazy decoding.Gravatar scroggo@google.com2013-02-22
* Fix errors when compiling with -Wall -Werror on Android.Gravatar djsollen@google.com2013-02-07
* Fix android errors when unflattening an SkImageRef_ashmem object.Gravatar djsollen@google.com2013-02-01
* Update filter tool to allow more flexible filteringGravatar robertphillips@google.com2013-01-31
* Start addressing the clang static analyzer issuesGravatar robertphillips@google.com2013-01-30
* Fix Japanese font issue for devices running JB MR1 and higher.Gravatar djsollen@google.com2013-01-29
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.)Gravatar senorblanco@chromium.org2013-01-18
* Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283)Gravatar robertphillips@google.com2013-01-18
* Implement a bicubic resampling image filter, with raster and GPU backends.Gravatar senorblanco@chromium.org2013-01-18
* Implementation of the displacement effect (both CPU and GPU)Gravatar sugoi@google.com2013-01-15