skia2/fuzz
Mike Klein 84836b799a moar static flags
Like any normal variable, flags can be made file-scoped static,
and like any normal variable, mostly they should be if they can.

This CL converts most flags to be static, if only so that the
ones that do cross files stand out more clearly, and so that
there's more examples of static flags through the codebase for
people to ape.

Change-Id: Ibb5ddd7aa09fce073d0996ac3ef0487b078b7d79
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/202800
Commit-Queue: Mike Klein <mtklein@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-21 17:07:13 +00:00
..
oss_fuzz sk_tool_utils -> ToolUtils, and git clang-format 2019-03-20 18:05:42 +00:00
coverage remove SkColorSpace::MakeICC() fuzzer 2018-05-23 16:31:11 +00:00
Fuzz.cpp Fuzz: un-inline some code 2018-11-19 18:44:07 +00:00
Fuzz.h Fuzz: un-inline some code 2018-11-19 18:44:07 +00:00
FuzzCanvas.cpp moar static flags 2019-03-21 17:07:13 +00:00
FuzzCommon.cpp Prevent exponential growth of 'nice' paths when fuzzing 2018-12-17 18:27:47 +00:00
FuzzCommon.h FuzzPath -> FuzzNicePath 2018-09-25 17:04:00 +00:00
FuzzDrawFunctions.cpp start to build with no paint-text fields 2019-01-04 04:54:34 +00:00
FuzzEncoders.cpp Add Encoder fuzzers 2018-03-30 19:31:56 +00:00
FuzzGradients.cpp remove Sk prefix from CommandLineFlags 2019-03-20 17:13:22 +00:00
FuzzMain.cpp moar static flags 2019-03-21 17:07:13 +00:00
FuzzParsePath.cpp test,tools: whitespace changes for clang-format 2018-09-19 17:50:51 +00:00
FuzzPathMeasure.cpp FuzzPath -> FuzzNicePath 2018-09-25 17:04:00 +00:00
FuzzPathop.cpp simplify nextRange(), fold in nextEnum() 2018-11-19 18:04:12 +00:00
FuzzPolyUtils.cpp Add autodetect for polyutils fuzz 2018-10-11 13:35:52 +00:00
FuzzRegionOp.cpp simplify nextRange(), fold in nextEnum() 2018-11-19 18:04:12 +00:00