index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkGlyphCache.cpp
Commit message (
Expand
)
Author
Age
*
Add GetTypefaceOrDefault to SkPaintPriv
Herb Derby
2018-03-06
*
SkGlyphCache - update core routines.
Herb Derby
2018-03-05
*
SkScalerContext - make some fields private.
Herb Derby
2018-02-23
*
Move glyph cache and descriptor functions off of SkPaint
Herb Derby
2018-01-23
*
Directly use SkScalerContextRec.
Ben Wagner
2017-11-01
*
Remove last uses of SkTypeface::style() in Skia.
Ben Wagner
2017-08-08
*
add API to change max pointsize for font cache
Mike Reed
2017-06-01
*
fix 36605271
Cary Clark
2017-04-06
*
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
*
GN: default to -O1
mtklein
2016-09-07
*
Eagerly update the unichar to glyphID mapping.
herb
2016-08-17
*
Add guards around access to font cache global fields.
herb
2016-06-22
*
Type-erase SkAutoMutexAcquire and SkAutoExclusive.
mtklein
2016-06-10
*
Assert complex precondition in SkGlyphCache::Visit.
bungeman
2016-05-19
*
Rename SkDescriptor::equals to SkDescriptor::operator==
bsalomon
2016-05-17
*
SkOncePtr -> SkOnce
mtklein
2016-05-05
*
Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromiu...
reed
2016-05-05
*
Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromiu...
reed
2016-05-05
*
Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chr...
reed
2016-05-04
*
SkOncePtr -> SkOnce
mtklein
2016-05-04
*
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
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
add helper to create fancy underlines
caryclark
2016-02-09
*
Use SkAutoTExclusive in SkGlyphCache.
herb
2015-10-23
*
[tracing] Remove counter logic and just use address on glyph cache dumps
ssid
2015-10-23
*
Revert of Stop using SkScalerContext::getAdvance() in SkGlyphCache. (patchset...
mtklein
2015-10-06
*
Strip font name of special characters before dumping
ssid
2015-10-01
*
Add support for light dumps in SkTraceMemoryDump interface.
ssid
2015-09-30
*
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
*
Correct a possible free after use.
herb
2015-09-10
*
Parallel cache.
herb
2015-09-09
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...
mtklein
2015-09-09
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
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
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
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
[next]