aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/FuzzCommon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent exponential growth of 'nice' paths when fuzzingKevin Lubick2018-12-171-3/+10
* remove legacy pathref validationCary Clark2018-12-131-3/+0
* bracket SkPath pathRefIsValid with defineCary Clark2018-12-111-0/+2
* simplify nextRange(), fold in nextEnum()Mike Klein2018-11-191-1/+1
* FuzzPath -> FuzzNicePathMike Klein2018-09-251-21/+28
* FuzzPath() should probably make a valid pathMike Klein2018-09-251-0/+2
* make only valid SkRRects in FuzzPathMike Klein2018-09-241-2/+3
* Make fuzz::next overloads more consistentKevin Lubick2018-09-171-0/+84
* Fix SkPath::reverseAddPath and fuzzing of SkPath enumsRobert Phillips2018-09-131-12/+29
* Expand SkPath fuzzerRobert Phillips2018-09-121-9/+129
* pathmeasure fuzzerCary Clark2018-03-121-0/+104