Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/skottie/src/effects/
H A DLevelsEffect.cpp42 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()