Home
last modified time | relevance | path

Searched refs:dOut (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/effects/
DLevelsEffect.cpp91 dOut = out_1 - out_0; in apply() local
116 const auto out = out_0 + dOut * std::pow(std::max(t, 0.0f), g); in apply()
/third_party/skia/modules/skottie/src/effects/
DLevelsEffect.cpp65 dOut = out_1 - out_0; in build_lut() local
87 const auto out = out_0 + dOut * std::pow(std::max(t, 0.0f), g); in build_lut()