Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/text/
DTextAnimator.cpp141 const auto clamped_amount = std::max(amount, 0.0f); in modulateProps() local
144 modulated_props.fill_color = lerp_color(props.fill_color, fc, clamped_amount); in modulateProps()
148 modulated_props.stroke_color = lerp_color(props.stroke_color, sc, clamped_amount); in modulateProps()
164 clamped_amount); in modulateProps()
167 clamped_amount); in modulateProps()
170 clamped_amount); in modulateProps()
/third_party/flutter/skia/modules/skottie/src/text/
DTextAnimator.cpp133 const auto clamped_amount = std::max(amount, 0.0f); in modulateProps() local
137 clamped_amount); in modulateProps()
142 clamped_amount); in modulateProps()
144 modulated_props.opacity *= 1 + (fTextProps.opacity - 1) * clamped_amount; in modulateProps()