Searched defs:ChannelMapper (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/m133/modules/skottie/src/effects/ |
| D | LevelsEffect.cpp | 42 struct ChannelMapper { struct 43 ScalarValue fInBlack = 0, 44 fInWhite = 1, 45 fOutBlack = 0, 46 fOutWhite = 1, 47 fGamma = 1; 49 const uint8_t* build_lut(std::array<uint8_t, 256>& lut_storage, in build_lut()
|
| /third_party/skia/modules/skottie/src/effects/ |
| D | LevelsEffect.cpp | 30 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()
|