aboutsummaryrefslogtreecommitdiffstats
path: root/gm/linepaths.cpp
Commit message (Expand)AuthorAgeFilesLines
* drawText Cleanup, part 2Hal Canary2019-01-091-18/+11
* add drawString helper to canvasCary Clark2017-04-281-16/+13
* GM: some header cleanupMike Klein2017-03-221-0/+1
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-3/+3
* GM: replace boilerplate with macroshalcanary2015-09-091-179/+23
* 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 linepaths gm portablecaryclark2015-07-151-10/+6
* remove unused GM flagsmtklein2015-01-231-3/+0
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-1/+1
* 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/+4
* 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-289/+0
* Unreviewed changes to the gm tests for paths. Each test is broken into fourschenney@chromium.org2011-12-201-77/+490
* Modifying SkPath to store all verbs provided by the user, and to giveschenney@chromium.org2011-12-201-0/+181