skia2/dm
Mike Klein 03fa5d4083 factor out SetAnalyticAAFromCommonFlags()
This wraps up the behavior for --analyticAA and --forceAnalyticAA
in one place, like we've done for the various GPU flags covered by
SetCtxOptionsFromCommonFlags().

It seems at least midly useful to have common flags centralized when
there is really a common mechanism they control.  Most of the rest
of these flags only serve analogous purposes in the various binaries
that use them, and I think it might be better for them to be split
out rather than centralized (so they don't show up confusingly in
binaries that _don't_ use them).

Change-Id: I27dbe53586363d4b262c1679ea73138015811ed1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/203095
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-22 18:12:23 +00:00
..
DM.cpp factor out SetAnalyticAAFromCommonFlags() 2019-03-22 18:12:23 +00:00
DMGpuTestProcs.cpp Move GrBackend enum to enum class. 2018-10-12 14:01:58 +00:00
DMJsonWriter.cpp remove Sk prefix from CommandLineFlags 2019-03-20 17:13:22 +00:00
DMJsonWriter.h add color_depth field in DM/Gold 2019-03-07 21:32:35 +00:00
DMSrcSink.cpp Fold CommonFlagsGpu into CommonFlags 2019-03-22 18:01:13 +00:00
DMSrcSink.h Remove SkColorSpaceXformCanvas, and supporting code: 2019-03-21 17:12:33 +00:00