aboutsummaryrefslogtreecommitdiff
path: root/bench/DashBench.cpp
AgeCommit message (Expand)Author
2020-09-03Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.John Stiles
2020-08-14Enable ClangTidy flag modernize-use-override.John Stiles
2020-05-21Revert "Revert "move onto new factories for SkMatrix""Mike Reed
2020-05-21Revert "move onto new factories for SkMatrix"Mike Reed
2020-05-21move onto new factories for SkMatrixMike Reed
2019-04-24rewrite includes to not need so much -IfooMike Klein
2019-04-02Remove SkScalarSinCosBrian Osman
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2016-03-18Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://...reed
2016-03-18Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c...reed
2016-03-18switch patheffects over to sk_spreed
2016-03-18allow one zero length dashcaryclark
2015-10-01Remove const from `const int loops`.mtklein
2015-09-15Forward declare SkStrokeRec in SkPathEffecthalcanary
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-20Use static_assert instead of SK_COMPILE_ASSERT.bungeman
2015-03-26Add matrix constructing helpers to SkMatrixrobertphillips
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-06-04Add bench to measure drawing a dashed gridegdaniel
2014-05-01reduce total number of segments in giant-dashcommit-bot@chromium.org
2014-03-31Remove scaleToFit from DashPathEffectcommit-bot@chromium.org
2014-02-20Factory methods for heap-allocated SkPathEffect and SkXfermode objects.commit-bot@chromium.org
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-07-18Fix Android bench bots for Xoom due to OOM errors.djsollen@google.com
2013-04-22Fix gyp files to allow ninja to build 64 bit on Mac.commit-bot@chromium.org
2013-03-05Bench : Unused parameters cleanupsugoi@google.com
2013-01-25Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-24add optional cull-rect to patheffects, so they can do less work if their resultsreed@google.com
2013-01-24change giantdashline test to use 4 intervals, to explicitly avoid the asPointsreed@google.com
2013-01-24update to emphasis the culling aspect of the test (making the line much longer,reed@google.com
2013-01-24add bench for giant dashed lines, to test future optimizations for cullingreed@google.com
2013-01-24use DEF_BENCH for clarityreed@google.com
2012-12-12Minor cleanuprobertphillips@google.com
2012-12-06Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-12-05Add drawPoints dash benchrobertphillips@google.com
2012-09-05Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-09-04add more cases to dashline: circle-vs-square, 0,1,2 stroke_widthreed@google.com
2012-09-04add bench for drawline + dashingreed@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-05-25Change patheffect to take a (new) StrokeRec object, which encapsulates the fillreed@google.com
2012-05-24revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...reed@google.com
2012-05-24Change patheffect to take a (new) StrokeRec object, which encapsulates the fillreed@google.com
2012-05-18add makedash_ variants to measure applying the dash (not drawing it)reed@google.com
2012-05-16perform quickReject in drawPoints (which is called by drawLine) just like wereed@google.com
2012-05-15add clipped case for dashing to exercise quickRejectreed@google.com
2012-05-10add experimental variant of dashing, where we explicitly draw rectsreed@google.com