aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontHost_android.cpp
Commit message (Expand)AuthorAge
* Avoid deadlock in SkGetFallbackFamilyNameForChar().Gravatar djsollen@google.com2012-10-15
* Disable automatic font fallback of SkFontHost_android when building for WebKitGravatar djsollen@google.com2012-10-09
* cleanup coding style for r5825Gravatar djsollen@google.com2012-10-05
* Reduce Android Log Spam.Gravatar djsollen@google.com2012-10-05
* Upstream Clank's SkFontHost_Android DRT infinite loop fix.Gravatar tomhudson@google.com2012-09-04
* Change Arabic sample character from 0x0600 to 0x0627.Gravatar djsollen@google.com2012-08-29
* [android] Add an API to load customized font config for testing.Gravatar djsollen@google.com2012-06-25
* Store font family when serializing android fonts.Gravatar djsollen@google.com2012-06-01
* Update the implementation of SkTypeface_android.h functions.Gravatar djsollen@google.com2012-06-01
* Add SkFontDescriptor for serializing fonts.Gravatar djsollen@google.com2012-05-31
* Use a NDK-compliant way of reading locale.Gravatar djsollen@google.com2012-05-10
* remove unused ptr/len parameters from CreateTypefaceGravatar reed@google.com2012-05-07
* Upstream font changes from Android repository.Gravatar djsollen@google.com2012-05-04
* Fix deadlock in Android's font deserializer.Gravatar djsollen@google.com2012-03-30
* Upstream changes from Android repository.Gravatar djsollen@google.com2012-03-21
* Fix broken android buildGravatar djsollen@google.com2012-03-15
* Add CreateFallbackForScript to SkTypeface for Android.Gravatar djsollen@google.com2012-03-15
* Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not...Gravatar bungeman@google.com2012-02-24
* Lazily allocate gNameList, and protect its usage behind the global mutex.Gravatar djsollen@google.com2012-02-16
* Fix regression where we disable fonts with no specified nameGravatar djsollen@google.com2012-02-15
* Merge changes from the android repo upstream to SkiaGravatar djsollen@google.com2012-02-15
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* add api to SkGraphics to get/set font cache limitGravatar reed@google.com2011-11-08
* Adding support to trunk for building Skia using the Android NDK.Gravatar djsollen@google.com2011-11-03
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* add 2nd parameter to SkFontHost::NextLogicalFont()Gravatar reed@google.com2011-06-13
* Upstreaming code from android repository.Gravatar djsollen@google.com2011-02-24
* add fixed-width attribute to typefaceGravatar reed@google.com2011-02-23
* Cleanup SkPDFTypfaceInfo and make it more generic.Gravatar vandebo@chromium.org2011-02-02
* Add Truetype and Type 1 font embedding supportGravatar vandebo@chromium.org2011-01-25
* fix for issue 93: need to rewind the shared stream each time openStream() is ...Gravatar reed@google.com2011-01-04
* Add a SkTypeface::CreateForChars() function.Gravatar agl@chromium.org2010-04-20
* update for new fontsGravatar reed@android.com2010-03-02
* add GetFileName api to SkFontHostGravatar reed@android.com2009-07-31
* pull latest from androidGravatar reed@android.com2009-03-20
* Simplify font-chaining (fallbacks) to have fonthost just return the nextGravatar reed@android.com2009-03-17
* fix leak in DeserializeGravatar reed@android.com2009-03-06
* fix ref() in CreateTypefaceGravatar reed@android.com2009-03-05
* Significant cleanup in api, and more importantly in sementics, of SkFontHostGravatar reed@android.com2009-03-04
* pull from android - add createfromfile entry-pointGravatar reed@android.com2008-12-23
* grab from latest androidGravatar reed@android.com2008-12-17