aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkGlyphCache.h
Commit message (Expand)AuthorAge
...
* Parallel cache.Gravatar herb2015-09-04
* Stop using SkScalerContext::getAdvance() in SkGlyphCache.Gravatar mtklein2015-09-01
* [tracing] Add support for skia caches to dump memory statsGravatar ssid2015-08-27
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* private iterator to visit all resource cache entriesGravatar reed2015-08-19
* Change the GlyphCache to use a hash table instead of doing its own ad-hocGravatar herb2015-07-21
* Cleanup: Comment and ordering changes.Gravatar herb2015-06-24
* remove SkDevicePropertiesGravatar robertphillips2015-06-19
* Fix uninitialized memory bug in the SkGlyphCache.Gravatar herb2015-03-05
* Make the glyph array entries inline.Gravatar herb2015-02-27
* 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
* Comment out unused names in src/core/SkGlyphCache.hGravatar tomhudson2015-01-06
* Remove unused SkGlyphCache::VisitAllCaches.Gravatar bungeman2014-08-18
* Remove ALL font fallback logic from Skia.Gravatar djsollen2014-08-06
* Gamma correction for distance field text.Gravatar jvanverth2014-06-10
* Revert of Gamma correction for distance field text. (https://codereview.chrom...Gravatar scroggo2014-06-09
* Gamma correction for distance field text.Gravatar jvanverth2014-06-09
* Move distance field generation to the glyph cache.Gravatar commit-bot@chromium.org2014-04-14
* Minor changes to GrFontCache system.Gravatar commit-bot@chromium.org2014-04-01
* 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
* Guard against most unintentionally ephemeral SkAutoFoo instantiations.Gravatar commit-bot@chromium.org2013-11-18
* add counting to Globals, and refactor some for clarityGravatar reed@google.com2013-09-26
* restore hash size to 8 bits, following windows fix in 3591f7a4a56153349240dfc...Gravatar reed@google.com2013-07-10
* move failable work outside of constructors for SkGlyphCache and SkScalerConte...Gravatar reed@google.com2013-07-09
* Revert of r9581 (oops, fix missing change in 9532, setting hashbits to 8) due...Gravatar robertphillips@google.com2013-07-03
* combine glyph and image bulk alloc, and adjust initial alloc size, to reduce ...Gravatar reed@google.com2013-06-19
* oops, fix missing change in 9532, setting hashbits to 8Gravatar reed@google.com2013-06-13
* use 8 bits for fontcache hashGravatar reed@google.com2013-06-12
* 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
* Expose geometry and gamma on device.Gravatar bungeman@google.com2013-01-22
* refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparat...Gravatar mike@reedtribe.org2012-08-12
* Split SkGlyph into its own header.Gravatar bungeman@google.com2012-07-24
* add explicit purgeAll() so we don't get foiled by the min cache-limitGravatar reed@google.com2012-06-27
* Update the implementation of SkTypeface_android.h functions.Gravatar djsollen@google.com2012-06-01
* move FontCacheLimit implementations into SkGlyphCache.cpp, in prep for TLSGravatar reed@google.com2012-04-23
* cleanups in prep for tls cacheGravatar reed@google.com2012-04-23
* Merge changes from the android repo upstream to SkiaGravatar djsollen@google.com2012-02-15
* expose isSubpixel() on the cache, so SkDraw can know if it should expectGravatar reed@google.com2012-01-03