Home
last modified time | relevance | path

Searched refs:kLinearToSRGB (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/core/
DSkColorFilter.cpp175 kLinearToSRGB, enumerator
180 if (dir == Direction::kLinearToSRGB) { in __anon235fba310102()
195 case Direction::kLinearToSRGB: in asFragmentProcessor()
196 return GrSRGBEffect::Make(GrSRGBEffect::Mode::kLinearToSRGB, alpha); in asFragmentProcessor()
249 return MakeSRGBGammaCF<SkSRGBGammaColorFilter::Direction::kLinearToSRGB>(); in LinearToSRGBGamma()
/third_party/flutter/skia/src/gpu/effects/
DGrSRGBEffect.cpp26 case GrSRGBEffect::Mode::kLinearToSRGB: in emitCode()
103 case Mode::kLinearToSRGB: in constantOutputForConstantInput()
DGrSRGBEffect.h16 kLinearToSRGB, enumerator
/third_party/skia/src/core/
DSkColorFilter.cpp234 kLinearToSRGB, enumerator
239 if (dir == Direction::kLinearToSRGB) { in SkSRGBGammaColorFilter()
255 case Direction::kLinearToSRGB: in asFragmentProcessor()
318 return MakeSRGBGammaCF<SkSRGBGammaColorFilter::Direction::kLinearToSRGB>(); in LinearToSRGBGamma()
/third_party/flutter/skia/include/private/
DGrTypesPriv.h808 kLinearToSRGB, enumerator