aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports
Commit message (Expand)AuthorAge
* oops, update the INHERITED for our typefaceGravatar reed@google.com2013-03-21
* inherit from SkTypeface_FreeType to share more codeGravatar reed@google.com2013-03-21
* Update code to use helper function for better readability/searching.Gravatar djsollen@google.com2013-03-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-21
* move impl of AdvancedTypefaceMetrics into typeface (3)Gravatar reed@google.com2013-03-20
* add new API for gdi fonts (not hooked up yet)Gravatar reed@google.com2013-03-20
* Add an entry for Cambria-Caladea to the list of metric compatible fonts.Gravatar commit-bot@chromium.org2013-03-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-20
* remove SkFontHost::CreateScalerContextGravatar reed@google.com2013-03-19
* use SkStream::NewFromFile()Gravatar reed@google.com2013-03-19
* use SkStream::NewFromFile()Gravatar mike@reedtribe.org2013-03-19
* Improvements/additions to SkImageCache/SkLazyPixelRef.Gravatar scroggo@google.com2013-03-18
* reland 8200 w/ fix for android (use fullpath instead of path)Gravatar reed@google.com2013-03-18
* revert 8204 -- what is happening???Gravatar reed@google.com2013-03-18
* reland 8200 w/ fix for android (need fullpath instead of path)Gravatar reed@google.com2013-03-18
* revert 8200 to figure out android breakGravatar reed@google.com2013-03-18
* move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availabilityGravatar reed@google.com2013-03-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-16
* Create a platform-dependent object for accessing purgeable memory.Gravatar scroggo@google.com2013-03-15
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-15
* add (dummy) SkFontHost::GetFileName (to fix build, will soon be deprecated)Gravatar reed@google.com2013-03-14
* 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