aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkGlyphCache.cpp
Commit message (Expand)AuthorAge
* Fix bit rot in SkGlyphCache validate code.Gravatar herb2015-03-06
* Fix uninitialized memory bug in the SkGlyphCache.Gravatar herb2015-03-05
* Make the glyph array entries inline.Gravatar herb2015-02-27
* BUG=skia:Gravatar herb2015-02-25
* Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of ...Gravatar scroggo2015-02-24
* BUG=skia:Gravatar herb2015-02-24
* Revert of Make the glyph array entries inline. (patchset #11 id:190001 of htt...Gravatar mtklein2015-02-09
* Make the glyph array entries inline.Gravatar herb2015-02-09
* Revert of Make the glyph array entries inline. (patchset #10 id:170001 of htt...Gravatar bsalomon2015-02-02
* Make the glyph array entries inline.Gravatar herb2015-02-02
* Make char hash dynamic when needed.Gravatar herb2015-01-28
* Use murmur3 finisher to improve font hash efficiency.Gravatar reed2015-01-28
* Revert of patch from issue 885453002 at patchset 20001 (http://crrev.com/8854...Gravatar mtklein2015-01-27
* patch from issue 885453002 at patchset 20001 (http://crrev.com/885453002#ps20...Gravatar mtklein2015-01-27
* Remove distance field generation and storage from SkGlyphCache.Gravatar jvanverth2015-01-07
* Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope.Gravatar mtklein2014-10-13
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Remove unused SkGlyphCache::VisitAllCaches.Gravatar bungeman2014-08-18
* Port most uses of SkOnce to SkLazyPtr.Gravatar mtklein2014-06-02
* Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...Gravatar commit-bot@chromium.org2014-05-31
* Port most uses of SkOnce to SkLazyPtr.Gravatar commit-bot@chromium.org2014-05-30
* Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...Gravatar commit-bot@chromium.org2014-05-30
* Port most uses of SkOnce to SkLazyPtr.Gravatar commit-bot@chromium.org2014-05-30
* Clean up global gSkSuppressFontCachePurgeSpew.Gravatar commit-bot@chromium.org2014-05-12
* Add missing include for r14397.Gravatar bungeman@google.com2014-04-28
* Create SkGlyphCache globals with SkOnce.Gravatar bungeman@google.com2014-04-28
* Move distance field generation to the glyph cache.Gravatar commit-bot@chromium.org2014-04-14
* fix (some) 64bit warnings -- size_t -> intGravatar commit-bot@chromium.org2014-01-24
* Reverting r12427Gravatar rmistry@google.com2013-12-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-02
* Remove unused fields from SkGlyphCache.Gravatar bungeman@google.com2013-11-26
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-27
* add counting to Globals, and refactor some for clarityGravatar reed@google.com2013-09-26
* remove obsolete USE_CACHE_HASHGravatar reed@google.com2013-09-24
* allow createScalerContext to return null, and then have the GDI backend trigg...Gravatar reed@google.com2013-07-10
* move failable work outside of constructors for SkGlyphCache and SkScalerConte...Gravatar reed@google.com2013-07-09
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-20
* combine glyph and image bulk alloc, and adjust initial alloc size, to reduce ...Gravatar reed@google.com2013-06-19
* we only need one fontmetrics, since the paint (and fontcache) now know explic...Gravatar reed@google.com2013-05-08
* Add SkTypeface* parameter to SkScalerContext (and its callers)Gravatar reed@google.com2013-03-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Disabling validation of the glyph cache for standard debug builds.Gravatar djsollen@google.com2012-11-30
* Use consistent globals in AttachCache.Gravatar bungeman@google.com2012-10-29
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* land https://codereview.appspot.com/6448046/Gravatar reed@google.com2012-07-30
* removing trailing ',' on last entry in enum, to fix warningGravatar reed@google.com2012-07-20
* add explicit purgeAll() so we don't get foiled by the min cache-limitGravatar reed@google.com2012-06-27
* Add SkPath::getVerbs/countVerbsGravatar bsalomon@google.com2012-06-07
* ~glyphcache_globals needs to actually delete its cacheGravatar reed@google.com2012-05-21