index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkGlyphCache.h
Commit message (
Expand
)
Author
Age
*
Remove SkChunckAlloc
Herb Derby
2017-03-08
*
Do not embed glyph image data in SkGlyphCache.
Herb Derby
2017-01-24
*
Move from SkChunkAlloc to SkArenaAlloc for SkGlyphCache.
Herb Derby
2017-01-20
*
Clean up glyph id handling.
Ben Wagner
2016-11-11
*
SkScalerContext to use smart pointers.
bungeman
2016-10-20
*
SkDescriptors to be held in unique_ptr.
bungeman
2016-10-19
*
Remove aux procs from SkGlyphCache.
Ben Wagner
2016-10-17
*
Eagerly update the unichar to glyphID mapping.
herb
2016-08-17
*
Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text c...
bsalomon
2016-05-19
*
Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 o...
reed
2016-04-12
*
Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https:...
borenet
2016-04-11
*
Pass effects directly to fontcache
reed
2016-04-11
*
Decouple contrast boost from fake gamma.
brianosman
2016-04-08
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Use std::unique_ptr.
mtklein
2016-03-16
*
Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview....
mtklein
2016-03-16
*
Use std::unique_ptr.
mtklein
2016-03-16
*
Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.c...
mtklein
2016-03-11
*
Use std::unique_ptr.
mtklein
2016-03-11
*
Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.c...
mtklein
2016-03-10
*
Use std::unique_ptr.
mtklein
2016-03-10
*
Only use fake gamma with linear devices.
bungeman
2016-02-22
*
add helper to create fancy underlines
caryclark
2016-02-09
*
Revert of Stop using SkScalerContext::getAdvance() in SkGlyphCache. (patchset...
mtklein
2015-10-06
*
Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://co...
herb
2015-09-15
*
Parallel cache.
herb
2015-09-15
*
Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://co...
jyasskin
2015-09-10
*
Parallel cache.
herb
2015-09-09
*
Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://co...
herb
2015-09-04
*
Parallel cache.
herb
2015-09-04
*
Stop using SkScalerContext::getAdvance() in SkGlyphCache.
mtklein
2015-09-01
*
[tracing] Add support for skia caches to dump memory stats
ssid
2015-08-27
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
private iterator to visit all resource cache entries
reed
2015-08-19
*
Change the GlyphCache to use a hash table instead of doing its own ad-hoc
herb
2015-07-21
*
Cleanup: Comment and ordering changes.
herb
2015-06-24
*
remove SkDeviceProperties
robertphillips
2015-06-19
*
Fix uninitialized memory bug in the SkGlyphCache.
herb
2015-03-05
*
Make the glyph array entries inline.
herb
2015-02-27
*
Revert of Make the glyph array entries inline. (patchset #11 id:190001 of htt...
mtklein
2015-02-09
*
Make the glyph array entries inline.
herb
2015-02-09
*
Revert of Make the glyph array entries inline. (patchset #10 id:170001 of htt...
bsalomon
2015-02-02
*
Make the glyph array entries inline.
herb
2015-02-02
*
Make char hash dynamic when needed.
herb
2015-01-28
*
Use murmur3 finisher to improve font hash efficiency.
reed
2015-01-28
*
Revert of patch from issue 885453002 at patchset 20001 (http://crrev.com/8854...
mtklein
2015-01-27
*
patch from issue 885453002 at patchset 20001 (http://crrev.com/885453002#ps20...
mtklein
2015-01-27
*
Remove distance field generation and storage from SkGlyphCache.
jvanverth
2015-01-07
*
Comment out unused names in src/core/SkGlyphCache.h
tomhudson
2015-01-06
*
Remove unused SkGlyphCache::VisitAllCaches.
bungeman
2014-08-18
[next]