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 experimental/fiddle -> tools/fiddle 2016-04-18 11:50:07 -07:00
animate.sh [fiddle] Add simple animation support. 2017-04-19 18:46:52 +00:00
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 Update SkSurface MakeFromBackend* factories to take an SkColorType. 2017-12-19 18:41:36 +00:00
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 [fiddle] Report GL driver info. 2017-06-01 18:03:45 +00:00