aboutsummaryrefslogtreecommitdiffstats
path: root/gm/quadpaths.cpp
Commit message (Expand)AuthorAgeFilesLines
* gm: use DEF_GM macro consistantlyHal Canary2019-01-241-4/+2
* drawText Cleanup, part 2Hal Canary2019-01-091-40/+19
* add drawString helper to canvasCary Clark2017-04-281-32/+26
* GM: some header cleanupMike Klein2017-03-221-0/+1
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-6/+6
* IWYU: 'core' target, files starting A-C.bungeman2015-08-051-0/+2
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...reed2015-08-041-2/+0
* IWYU: 'core' target, files starting A-C.bungeman2015-08-041-0/+2
* rename portable_typeface_always to portable_typefacecaryclark2015-07-241-4/+4
* make gradtext quadpaths gm portablecaryclark2015-07-151-10/+6
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-6/+6
* remove unused GM flagsmtklein2015-01-231-6/+0
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-4/+4
* Cleanup: Another round of override fixes.tfarina2014-12-201-6/+6
* There can be only one (SkRandom)!scroggo2014-12-151-2/+2
* Add standard fonts to all GMs.Cary Clark2014-07-311-0/+4
* Cleanup: Get rid of make_isize() function from gm.h.tfarina2014-06-091-2/+2
* Turn on quilt mode in DM.commit-bot@chromium.org2014-04-301-0/+8
* Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org2013-09-091-2/+2
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-14/+14
* Removing path drawing gm tests that produce either an entirelyschenney@chromium.org2012-01-041-292/+1
* Unreviewed changes to the gm tests for paths. Each test is broken into fourschenney@chromium.org2011-12-201-82/+495
* Modifying SkPath to store all verbs provided by the user, and to giveschenney@chromium.org2011-12-201-0/+185