aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTypefaceCache.cpp
Commit message (Expand)AuthorAge
* Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of http...Gravatar reed2016-05-04
* SK_DECLARE_STATIC_MUTEX -> static SkMutexGravatar mtklein2016-05-04
* Remove requestedStyle from SkTypefaceCache.Gravatar bungeman2016-04-14
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Have /src files use header directly.Gravatar herb2015-09-29
* Move SkAtomics.h to private.Gravatar herb2015-09-28
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* Fix typeface ids on Mac.Gravatar bungeman2015-05-04
* Remove a pointless use of SkWeakRefCnt.Gravatar mtklein2014-10-24
* Replace SkTypeface::Style with SkFontStyle.Gravatar bungeman2014-10-20
* Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 ...Gravatar mtklein2014-10-20
* Replace SkTypeface::Style with SkFontStyle.Gravatar bungeman2014-10-20
* expose instance methods on SkTypefaceCacheGravatar reed@google.com2013-08-13
* Add a 'unique' method to SkRefCnt, document the usage, and add support.Gravatar bungeman@google.com2013-07-19
* move typeface cache limit from 128 to 1024 (128 is a joke, not sure what aGravatar reed@google.com2013-03-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* WeakRefCntGravatar bungeman@google.com2012-05-16
* Fix TypefaceCache races. Gravatar bungeman@google.com2012-02-16
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* change typeface::purgeall to not assume that the array is empty, as it mayGravatar reed@google.com2011-12-16
* add typefacecache to be purged in SkGraphics::Term()Gravatar reed@google.com2011-10-20
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* add typefacecacheGravatar reed@google.com2011-05-02