aboutsummaryrefslogtreecommitdiffstats
path: root/gm/strokerects.cpp
Commit message (Expand)AuthorAgeFilesLines
* gm: use DEF_GM macro consistantlyHal Canary2019-01-241-2/+1
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-2/+2
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-3/+3
* remove unused GM flagsmtklein2015-01-231-3/+0
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-4/+4
* Cleanup: Another round of override fixes.tfarina2014-12-201-3/+3
* There can be only one (SkRandom)!scroggo2014-12-151-2/+2
* Cleanup: Get rid of make_isize() function from gm.h.tfarina2014-06-091-1/+1
* Turn on quilt mode in DM.commit-bot@chromium.org2014-04-301-0/+4
* Just a typo. Rename StrokeRect to StrokeRects in strokerects.cpp, making it d...commit-bot@chromium.org2013-12-091-3/+3
* Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org2013-09-091-2/+2
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-1/+0
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-3/+3
* Import all GMs as Samples.bsalomon@google.com2011-10-311-2/+0
* rolling back the experimental rollbacks in r2178-2179epoger@google.com2011-08-261-1/+3
* rolling tree back to its state as of r2169 to see if that fixes Windows build...epoger@google.com2011-08-261-3/+1
* Move multiple calls to random() out of parameter lists so that thetomhudson@google.com2011-08-251-1/+3
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-13/+6
* Fix gm tests for fixed point.bungeman@google.com2011-05-201-3/+6
* Fix clipping in StrokeRectGM test for fixed point.bungeman@google.com2011-05-191-1/+1
* add strokerects to gmreed@google.com2011-04-041-0/+88