aboutsummaryrefslogtreecommitdiff
path: root/bench/PathTextBench.cpp
AgeCommit message (Expand)Author
2021-12-07Fix when a glyph has a pathBen Wagner
2020-09-03Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.John Stiles
2020-02-24Remove SkExclusiveStrikePtr. Replace it with sk_sp<SkStrike>Herb Derby
2020-02-15Make SkStrikeCache::Node be SkStrike.Herb Derby
2020-02-07Remove SkTMin and SkTMaxBrian Osman
2019-06-07Make FindOrCreateStrikeWithNoDeviceExclusive analog for SkStrikeSpecHerb Derby
2019-06-06Rename SkStrikeSpecStorage -> SkStrikeSpecHerb Derby
2019-06-04Convert over more sites to SkStrikeSpecStorage, and remove unused callsHerb Derby
2019-04-24rewrite includes to not need so much -IfooMike Klein
2019-03-20sk_tool_utils -> ToolUtils, and git clang-formatMike Klein
2019-02-01remove breakText, and all utf cache accessorsMike Reed
2019-01-16Rename SkGlyphCache -> SkStrikeHerb Derby
2018-11-28Force clients to specify font when requesting strikecacheMike Reed
2018-11-09Reland "Move remove ptr args to MakeRecAndEffects"Herb Derby
2018-11-09Revert "Move remove ptr args to MakeRecAndEffects"Herb Derby
2018-11-09Move remove ptr args to MakeRecAndEffectsHerb Derby
2018-08-09Remove dead code from BenchmarkBrian Osman
2018-04-19Untangle strike cache and glyph cacheHerb Derby
2018-04-18Move strike cache Find*() to strike cacheHerb Derby
2018-04-05Distinguish between glyphs with empty path and no path.Ben Wagner
2018-03-21Remove more uses of SkAutoGlyphCache.Herb Derby
2018-03-09Remove all uses of getCache with get.Herb Derby
2018-03-07Revert "Remove attach and detach glyph cache."Herb Derby
2018-03-07Remove attach and detach glyph cache.Herb Derby
2017-11-07Add clipping options to path text bench and samplesChris Dalton
2017-10-17Enable CCPR for volatile pathsChris Dalton
2017-07-05Add a nanobench for drawing glyphs as pathsChris Dalton