skia2/src
Michael Ludwig 6c48aad1a3 Fix compiler warning using mixed enum types
Started getting:

   error: bitwise operation between different enumeration types ('GrStencilSettings::(anonymous enum at ../../src/gpu/GrStencilSettings.h:134:5)' and 'GrStencilFlags') [-Werror,-Wanon-enum-enum-conversion]
       if ((kInvalid_PrivateFlag | kDisabled_StencilFlag) & (fFlags | that.fFlags)) {

after updating clang, which this CL fixes.

Change-Id: Ib2668e98298248ce5712d4ee9f125c78bf3445b2
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/269140
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
2020-02-06 18:43:11 +00:00
..
android [canvaskit] Create an SkImage from a frame of an SkAnimatedImage 2020-01-09 13:25:43 +00:00
atlastext Remove 565 mask data from GrStrikeCache to constexpr varialbe 2020-02-03 16:27:05 +00:00
c Revert "Reland "Revert "Use flat version of path-direction enum""" 2019-11-22 19:09:54 +00:00
codec Allow decoding without color conversion 2020-02-03 18:21:35 +00:00
core Remove SkScalarClampMax and SkScalarPin 2020-02-06 18:29:51 +00:00
effects Remove SkScalarClampMax and SkScalarPin 2020-02-06 18:29:51 +00:00
fonts Add SkUNREACHABLE to definition of SK_ABORT. 2019-08-09 20:43:39 +00:00
gpu Fix compiler warning using mixed enum types 2020-02-06 18:43:11 +00:00
image Switch SkImage_Base asTextureProxyRef to return view instead. 2020-02-06 15:38:21 +00:00
images Fix windows DLL builds with shaper included 2019-11-19 14:50:12 +00:00
lazy use std::make_unique 2019-12-12 22:32:45 +00:00
opts Revert "Revert "Complete rewrite of the SkSL interpreter"" 2020-01-24 14:42:37 +00:00
pathops remove dead code around old SkPath enums 2019-12-14 01:58:10 +00:00
pdf Remove SkMin32/SkMax32 2020-02-06 17:31:51 +00:00
ports Remove SkMin32/SkMax32 2020-02-06 17:31:51 +00:00
sfnt Add Symbol encoding when renaming a font. 2019-08-07 20:35:28 +00:00
shaders Remove SkScalarClampMax and SkScalarPin 2020-02-06 18:29:51 +00:00
sksl Revert "Switch runtime SkSL to always sample at explicit coords" 2020-01-27 17:50:56 +00:00
svg remove dead code around old SkPath enums 2019-12-14 01:58:10 +00:00
utils Remove SkScalarClampMax and SkScalarPin 2020-02-06 18:29:51 +00:00
xml [svgcanvas] Add flag to suppress newlines and tabs in XML 2019-08-21 20:17:37 +00:00
xps move SkClipStack::asPath into PDFUtils 2019-12-20 19:27:26 +00:00