aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontHost_linux.cpp
Commit message (Expand)AuthorAge
* Load more fonts on Linux.Gravatar bungeman@google.com2012-09-26
* Deserialization locks up multithreading fix.Gravatar chudy@google.com2012-07-30
* Remove 'legacy' font descriptor methods.Gravatar bungeman@google.com2012-06-01
* Add SkFontDescriptor for serializing fonts.Gravatar djsollen@google.com2012-05-31
* remove unused ptr/len parameters from CreateTypefaceGravatar reed@google.com2012-05-07
* partial revert of r3541 to removed accidentally uploaded fileGravatar djsollen@google.com2012-03-29
* Landing arm patch from contributor.Gravatar djsollen@google.com2012-03-29
* Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not...Gravatar bungeman@google.com2012-02-24
* Fix regression where we disable fonts with no specified nameGravatar 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
* rolling back the experimental rollbacks in r2178-2179Gravatar epoger@google.com2011-08-26
* rolling tree back to its state as of r2169 to see if that fixes Windows build...Gravatar epoger@google.com2011-08-26
* Remove compiler warnings (Linux clang, mostly).Gravatar tomhudson@google.com2011-08-25
* 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
* silence printfGravatar reed@google.com2011-05-17
* update to add isFixedWidth attribute to typefacesGravatar reed@google.com2011-02-23
* fix uninitialized warningGravatar reed@google.com2011-01-04
* Add a SkTypeface::CreateForChars() function.Gravatar agl@chromium.org2010-04-20
* remove obsolete closeStream() method -- the caller just unref's the stream wh...Gravatar reed@android.com2010-04-16
* add EmptyTypeface class, to gracefully handle when there are no fonts avail.Gravatar reed@android.com2010-04-16
* be sure to ref() before returning a typeface from CreateGravatar reed@android.com2010-04-15
* fix refcnt for streamsGravatar reed@android.com2010-04-12
* fix base linux build, adding freetype supportGravatar reed@android.com2009-09-28
* add GetFileName api to SkFontHostGravatar reed@android.com2009-07-31
* Fix reference count on openStreamGravatar reed@android.com2009-05-18
* Significant cleanup in api, and more importantly in sementics, of SkFontHostGravatar reed@android.com2009-03-04
* Oops, CreateTypeface takes over ownership of the stream, instead of just ref()Gravatar reed@android.com2009-02-20
* Implement CreateTypefaceFromFileGravatar reed@android.com2009-02-20
* fix multiple warnings (e.g. hidden virtuals, unused static functions)Gravatar reed@android.com2009-01-14
* add optimization for width==1 bitmaps in shader procsGravatar reed@android.com2009-01-13
* grab from latest androidGravatar reed@android.com2008-12-17