skia2/tools/fiddle
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
..
.gitignore
animate.sh
disabled_examples.txt Documentation: notes on example fiddles 2019-03-19 22:26:57 +00:00
documumentation_examples_map.txt Documentation: notes on example fiddles 2019-03-19 22:26:57 +00:00
draw.cpp
egl_context.cpp [fiddle] Init gpu using the GLTestContext. 2018-05-29 18:20:46 +00:00
examples.cpp Revert "Revert "Compile all fiddle examples locally"" 2019-03-16 00:48:09 +00:00
examples.h Revert "Revert "Compile all fiddle examples locally"" 2019-03-16 00:48:09 +00:00
fiddle_main.cpp moar static flags 2019-03-21 17:07:13 +00:00
fiddle_main.h [fiddle] Init gpu using the GLTestContext. 2018-05-29 18:20:46 +00:00
null_context.cpp [fiddle] Init gpu using the GLTestContext. 2018-05-29 18:20:46 +00:00
parse-fiddle-output