Home
last modified time | relevance | path

Searched defs:ChannelMapper (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/modules/skottie/src/effects/
DLevelsEffect.cpp30 struct ChannelMapper { struct
31 ScalarValue fInBlack = 0,
32 fInWhite = 1,
33 fOutBlack = 0,
34 fOutWhite = 1,
35 fGamma = 1;
37 const uint8_t* build_lut(std::array<uint8_t, 256>& lut_storage, in build_lut()