aboutsummaryrefslogtreecommitdiffstats
path: root/bench/CmapBench.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move SkTypeface to sk_sp.bungeman2016-05-121-1/+1
* Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...scroggo2016-05-121-1/+1
* Move SkTypeface to sk_sp.bungeman2016-05-111-1/+1
* Remove const from `const int loops`.mtklein2015-10-011-1/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-2/+2
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-2/+2
* Remove Sk prefix from some bench classes.tfarina2014-06-191-3/+3
* Simplify benchmark internal API.commit-bot@chromium.org2013-12-031-2/+2
* Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com2013-09-131-5/+5
* Major bench refactoring.mtklein@google.com2013-09-101-11/+10
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-07-031-4/+3
* make sure we pass legal utf8reed@google.com2013-07-021-2/+2
* test null-glyphs param casereed@google.com2013-07-021-1/+12
* add charsToGlyphs to SkTypefacereed@google.com2013-07-021-0/+93