aboutsummaryrefslogtreecommitdiff
path: root/bench/TextBlobBench.cpp
AgeCommit message (Expand)Author
2020-09-03Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.John Stiles
2019-05-07Use SkTextEncoding enum instead of macros.Ben Wagner
2019-04-24rewrite includes to not need so much -IfooMike Klein
2019-03-20sk_tool_utils -> ToolUtils, and git clang-formatMike Klein
2018-12-05add bench for textblobbuilderMike Reed
2018-11-24impl gettextpath using SkFontMike Reed
2018-11-21use SkFont in a lot of placesMike Reed
2018-10-08Fixup textblob benchmarkHerb Derby
2018-10-05Split out SkRunFont and SkPaintHerb Derby
2018-08-07Update text blob benchmark to reflect realityHerb Derby
2016-09-13Use sk_sp text blob APIsfmalita
2016-05-31SkTypeface::MakeFromName to take SkFontStyle.mboc
2016-05-12Move SkTypeface to sk_sp.bungeman
2016-05-12Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...scroggo
2016-05-11Move SkTypeface to sk_sp.bungeman
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2015-10-01Remove const from `const int loops`.mtklein
2015-09-30Fix for nexus 5 crashing in GL benchesjoshualitt
2015-08-27Style Change: NULL->nullptrhalcanary
2015-07-24rename portable_typeface_always to portable_typefacecaryclark
2015-07-13Fix up -Winconsistent-missing-overridemtklein
2015-05-21Move font loading in gm tests and benches out of constructorskkinnunen
2015-04-03BUG=skia:joshualitt