Home
last modified time | relevance | path

Searched refs:fGrayscale (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/include/effects/
H A DSkHighContrastFilter.h28 fGrayscale = false; in SkHighContrastConfig()
36 : fGrayscale(grayscale), in SkHighContrastConfig()
49 bool fGrayscale; member in SkHighContrastConfig::InvertStyle
/third_party/skia/tests/
H A DNdkDecodeTest.cpp380 bool fGrayscale; in DEF_TEST() member
398 if (rec.fGrayscale) { in DEF_TEST()
407 if (success != rec.fGrayscale) { in DEF_TEST()
409 (rec.fGrayscale ? "succeed" : "fail"), (success ? "succeed" : "fail")); in DEF_TEST()
/third_party/skia/src/effects/
H A DSkHighContrastFilter.cpp57 config.fGrayscale ? 1.0f : 0.0f, in Make()
/third_party/skia/gm/
H A Dhighcontrastfilter.cpp47 config.fGrayscale ? "Gray " : "", in draw_label()

Completed in 3 milliseconds