aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkGlyphCache.h
Commit message (Expand)AuthorAge
* Remove SkAutoGlyphCacheGravatar Herb Derby2018-03-27
* Allow only Android to use SkAutoGlyphCacheNoGammaGravatar Herb Derby2018-03-20
* Regularize SkGlyphCache creation.Gravatar Herb Derby2018-03-20
* More removal of auto glyph cache.Gravatar Herb Derby2018-03-20
* Remove a ctor from SkAutoGlyphCache; removal continues.Gravatar Herb Derby2018-03-19
* Expose SkGlyphCache's allocGravatar Herb Derby2018-03-12
* Remove unused SkAutoGlyphCache constructorGravatar Herb Derby2018-03-12
* Remove DetachCache and AttachCache.Gravatar Herb Derby2018-03-12
* Remove getCache from SkAutoGlyphCache*Gravatar Herb Derby2018-03-09
* Remove one use of AttachCache, and a paint variant of FindOrCreate...Gravatar Herb Derby2018-03-09
* Revert "Remove attach and detach glyph cache."Gravatar Herb Derby2018-03-07
* Remove attach and detach glyph cache.Gravatar Herb Derby2018-03-07
* SkGlyphCache - update core routines.Gravatar Herb Derby2018-03-05
* Move glyph cache and descriptor functions off of SkPaintGravatar Herb Derby2018-01-23
* Clean up SkScalerContext descriptor creationGravatar Herb Derby2018-01-23
* Remove SkChunckAllocGravatar Herb Derby2017-03-08
* Do not embed glyph image data in SkGlyphCache.Gravatar Herb Derby2017-01-24
* Move from SkChunkAlloc to SkArenaAlloc for SkGlyphCache.Gravatar Herb Derby2017-01-20
* Clean up glyph id handling.Gravatar Ben Wagner2016-11-11
* SkScalerContext to use smart pointers.Gravatar bungeman2016-10-20
* SkDescriptors to be held in unique_ptr.Gravatar bungeman2016-10-19
* Remove aux procs from SkGlyphCache.Gravatar Ben Wagner2016-10-17
* Eagerly update the unichar to glyphID mapping.Gravatar herb2016-08-17
* Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text c...Gravatar bsalomon2016-05-19
* Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 o...Gravatar reed2016-04-12
* Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https:...Gravatar borenet2016-04-11
* Pass effects directly to fontcacheGravatar reed2016-04-11
* Decouple contrast boost from fake gamma.Gravatar brianosman2016-04-08
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Use std::unique_ptr.Gravatar mtklein2016-03-16
* Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview....Gravatar mtklein2016-03-16
* Use std::unique_ptr.Gravatar mtklein2016-03-16
* Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.c...Gravatar mtklein2016-03-11
* Use std::unique_ptr.Gravatar mtklein2016-03-11
* Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.c...Gravatar mtklein2016-03-10
* Use std::unique_ptr.Gravatar mtklein2016-03-10
* Only use fake gamma with linear devices.Gravatar bungeman2016-02-22
* add helper to create fancy underlinesGravatar caryclark2016-02-09
* Revert of Stop using SkScalerContext::getAdvance() in SkGlyphCache. (patchset...Gravatar mtklein2015-10-06
* Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://co...Gravatar herb2015-09-15
* Parallel cache.Gravatar herb2015-09-15
* Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://co...Gravatar jyasskin2015-09-10
* Parallel cache.Gravatar herb2015-09-09
* Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://co...Gravatar herb2015-09-04
* 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