Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
541091558970375425b8fdd85d4c9c571db52768
/
tests
/
SkRemoteGlyphCacheTest.cpp
498a9b2
Reland: Only send the RemoteStrikes that have pending glyphs.
by Khushal
· 5 years ago
a4c7883
Cleanups around fRemoteGlyphStateMap
by Herb Derby
· 5 years ago
7022b77
Part 1/2 to remove SkTextBlobCacheDiffCanvas::Settings
by herb
· 5 years ago
82963a3
Remove SkRemoteGlyphCacheImpl.h
by Herb Derby
· 5 years ago
a4eecd8
findImage(const SkGlyph&) -> prepareImage(SkGlyph*)
by Herb Derby
· 5 years ago
511dcfc
Remove getGlyphIDMatrics type calls.
by Herb Derby
· 5 years ago
9b06f21
Add API for glyph image data
by Herb Derby
· 5 years ago
3721688
Make fMaskFormate private
by Herb Derby
· 5 years ago
36a54c1
Rename SkStrikeSpecStorage -> SkStrikeSpec
by Herb Derby
· 5 years ago
d249e8c
One ShouldDrawAsPath to rule them all!
by Herb Derby
· 5 years ago
69aaee0
Revert "Compare pixels for TypefaceWithNoPaths test"
by Mike Reed
· 5 years ago
4057352
Compare pixels for TypefaceWithNoPaths test
by Herb Derby
· 5 years ago
e384a1e
Reland "Make SkRemoteGlyphCache obey the prepareForDrawing contract"
by Herb Derby
· 5 years ago
201491e
Revert "Make SkRemoteGlyphCache obey the prepareForDrawing contract"
by Herb Derby
· 5 years ago
4e04530
Make SkRemoteGlyphCache obey the prepareForDrawing contract
by Herb Derby
· 5 years ago
9b86955
Add thread safety annotations for SkMutex
by Herb Derby
· 5 years ago
5785e4a
Use SkFontHinting instead of macros.
by Ben Wagner
· 6 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
64670cb
Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"
by Mike Reed
· 6 years ago
33906ad
Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input""
by Robert Phillips
· 6 years ago
652b007a
Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input""
by Mike Reed
· 6 years ago
70ed05e
Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"
by Mike Reed
· 6 years ago
fde841d
Simplify SkTypeface::charsToGlyphs API to require UTF32 input
by Mike Reed
· 6 years ago
add8cf9
remote fonts: Validate format on deserialized glyph.
by Khushal
· 6 years ago
b1dbbc8
Fix fallback problems for emoji
by Herb Derby
· 6 years ago
0cffcbf9
de-Sk tools/font, and git clang-format
by Mike Klein
· 6 years ago
3de67bd
remote fonts: Make DiscardableManager for tests thread-safe.
by Khushal
· 6 years ago
f922c78
add colorspace param to textblobdiff canvas
by Mike Reed
· 6 years ago
f272b8f
Remove filterRec bypass on MakeRecAndEffects
by Herb Derby
· 6 years ago
77f94ea
Move more utils into SkFontPriv, IWYU
by Mike Reed
· 6 years ago
5fd955e
Rename SkGlyphCache -> SkStrike
by Herb Derby
· 6 years ago
e5f9cfa
expand flag to include all text-related paint fields
by Mike Reed
· 6 years ago
f6fca26
Make a ctor for SkGlyph
by Herb Derby
· 6 years ago
e7f662b
Use SkFont in getOrCreateCache for RemoteGlyphCache
by Herb Derby
· 6 years ago
f2b074e
add font parameter to CanDrawAsDistanceFields
by Mike Reed
· 6 years ago
70914f5
Use SkFont in textblobs
by Mike Reed
· 6 years ago
2ed7820
use SkFont in a lot of places
by Mike Reed
· 6 years ago
c341500
Reland "Move remove ptr args to MakeRecAndEffects"
by Herb Derby
· 6 years ago
1062963
Revert "Move remove ptr args to MakeRecAndEffects"
by Herb Derby
· 6 years ago
b07aba4
Move remove ptr args to MakeRecAndEffects
by Herb Derby
· 6 years ago
dc214c2
Move (re)generation of the GrTextBlob from GrTextContext to the blob
by Herb Derby
· 6 years ago
9edbf42
Revert[4] "hide nested hinting enum"
by Mike Reed
· 6 years ago
8e12cc6
Reland "Revert "hide nested hinting enum""
by Mike Klein
· 6 years ago
f49563b
Revert "Revert "hide nested hinting enum""
by Mike Reed
· 6 years ago
6bd19df
Revert "hide nested hinting enum"
by Mike Reed
· 6 years ago
fbebece
hide nested hinting enum
by Mike Reed
· 6 years ago
4529cb5
change MakeRecAndEffects to take SkFont
by Mike Reed
· 6 years ago
a697df9
use utils for deprecated TextAlign
by Mike Reed
· 6 years ago
c03716d
Fix nullptr deref in cache lookup
by Herb Derby
· 6 years ago
cf33b1b
fonts: Cap the max number of entries in server side glyph cache tracking
by Khushal
· 6 years ago
8e318fd
Reland "Check that mask to path fallback happens"
by Herb Derby
· 6 years ago
eb0bb73
Revert "Check that mask to path fallback happens"
by Herb Derby
· 6 years ago
aca2b9e
Managing the context was dropped. Adding back in.
by Herb Derby
· 6 years ago
9f85b51
Check that mask to path fallback happens
by Herb Derby
· 6 years ago
f9a90a2
Add a tolerance to SkRemoteGlyphCache_DrawTextAsPath
by Chris Dalton
· 6 years ago
d2fec23
Have GPU and RemoteGlyphCache share mask position code
by Herb Derby
· 6 years ago
b2c7216
Simplify lifetime of scaler context for remote cache
by Herb Derby
· 6 years ago
1c94a8f
fonts: Don't recompute device descs on glyph cache hit.
by Khushal
· 6 years ago
1a9971e
Convert remote glyph cache to use glyp runs
by Herb Derby
· 6 years ago
3858045
Revert "Remove drawTextBlob from device use drawGlyphRunList"
by Robert Phillips
· 6 years ago
e2e52e4
Remove drawTextBlob from device use drawGlyphRunList
by Herb Derby
· 6 years ago
5c0c798
Use local strike caches to avoid flaky test behavior
by Herb Derby
· 6 years ago
c113e9e
Make SkStrikeCache::Validate call non global version
by Herb Derby
· 6 years ago
960d421
Revert "Make SkRemoteGlyphCache tests use private glyph cache"
by Herb Derby
· 6 years ago
3e36ce6
Make SkRemoteGlyphCache tests use private glyph cache
by Herb Derby
· 6 years ago
4010c79
fonts: Ignore re-initialization of fallback glyphs from the server.
by Khushal
· 6 years ago
8523b6b
fonts: Fix memory allocation for fallback glyphs.
by Khushal
· 6 years ago
65b7bfc
Glyph search of desperation
by Herb Derby
· 6 years ago
fa8ff09
fonts: Hook up FallbackTextHelper to font remoting.
by Khushal
· 6 years ago
feb9fa9
Turn off logging for tests
by Herb Derby
· 6 years ago
c7ad40f
Remove SK_SUPPORT_GPU checks in tool-only code
by Brian Osman
· 6 years ago
cd21d67
Revert "fonts: Use correct SurfaceProps in analysis canvas for remoting."
by Ravi Mistry
· 6 years ago
4f078f7
fonts: Use correct SurfaceProps in analysis canvas for remoting.
by Khushal
· 6 years ago
26cbe51
Rename GrAtlasTextContext -> GrTextContext
by Herb Derby
· 6 years ago
d416083
Reland fonts: Cleanup cache miss logging for font remoting.
by Khushal
· 6 years ago
3e7548c
Reland fonts: Add support for distance field text to font remoting.
by Khushal
· 6 years ago
7257e22
Revert "fonts: Add support for distance field text to font remoting."
by Mike Klein
· 6 years ago
fc6cf92
Revert "fonts: Cleanup cache miss logging for font remoting."
by Mike Klein
· 6 years ago
2b8a0d1
fonts: Cleanup cache miss logging for font remoting.
by Khushal
· 6 years ago
35e0a1a
fonts: Add support for distance field text to font remoting.
by Khushal
· 6 years ago
51371a4
fonts: Handle fallback to using paths for text rendering for remoting.
by Khushal
· 6 years ago
b2e7127
fonts: Fix memory accounting for deserialized glyphs.
by Khushal
· 6 years ago
b2e3934
fonts: Cleanup header guard and stray printfs.
by Khushal
· 7 years ago
38a0843
fonts: Reland push font remoting.
by Khushal
· 7 years ago
8a23202
Revert "fonts: Set up remote glyph caching to push fonts."
by Mike Klein
· 7 years ago
192b18a
Revert "fonts: Bandaid fix for desc mismatch in SkRemoteGlyphCache."
by Mike Klein
· 7 years ago
ef4142a
fonts: Bandaid fix for desc mismatch in SkRemoteGlyphCache.
by Khushal
· 7 years ago
101d563
fonts: Set up remote glyph caching to push fonts.
by Khushal
· 7 years ago