Searched refs:invertStyle (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/include/effects/ |
H A D | SkHighContrastFilter.h | 34 InvertStyle invertStyle, in SkHighContrastConfig() 37 fInvertStyle(invertStyle), in SkHighContrastConfig() 33 SkHighContrastConfig(bool grayscale, InvertStyle invertStyle, SkScalar contrast) SkHighContrastConfig() argument
|
/third_party/skia/src/effects/ |
H A D | SkHighContrastFilter.cpp | 21 struct Uniforms { float grayscale, invertStyle, contrast; }; in Make() member 24 uniform half grayscale, invertStyle, contrast; in Make() 34 if (invertStyle == 1/*brightness*/) { in Make() 36 } else if (invertStyle == 2/*lightness*/) { in Make()
|
/third_party/skia/fuzz/ |
H A D | FuzzCanvas.cpp | 124 int invertStyle; in make_fuzz_colorfilter() local 127 fuzz->nextRange(&invertStyle, 0, 2); in make_fuzz_colorfilter() 130 grayscale, SkHighContrastConfig::InvertStyle(invertStyle), contrast)); in make_fuzz_colorfilter()
|
Completed in 4 milliseconds