Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/text/
DTextAnimator.cpp155 const auto adjust_opacity = [&](SkColor c, float o, float t) { in modulateProps() local
162 modulated_props.fill_color = adjust_opacity(modulated_props.fill_color, in modulateProps()
165 modulated_props.stroke_color = adjust_opacity(modulated_props.stroke_color, in modulateProps()