Home
last modified time | relevance | path

Searched refs:fTextProps (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/modules/skottie/src/text/
H A DTextAnimator.cpp120 modulated_props.position += static_cast<SkV3>(fTextProps.position) * amount; in modulateProps()
121 modulated_props.rotation += fTextProps.rotation * amount; in modulateProps()
122 modulated_props.tracking += fTextProps.tracking * amount; in modulateProps()
124 (static_cast<SkV3>(fTextProps.scale) * 0.01f - SkV3{1,1,1}) * amount; in modulateProps()
127 modulated_props.blur += fTextProps.blur * amount; in modulateProps()
128 modulated_props.line_spacing += fTextProps.line_spacing * amount; in modulateProps()
143 const auto fc = static_cast<SkColor>(fTextProps.fill_color); in modulateProps()
147 const auto sc = static_cast<SkColor>(fTextProps.stroke_color); in modulateProps()
163 fTextProps.fill_opacity * 0.01f, in modulateProps()
166 fTextProps in modulateProps()
[all...]
H A DTextAnimator.h102 AnimatedProps fTextProps; member in skottie::internal::final
/third_party/skia/modules/skottie/gm/
H A DSkottieGM.cpp116 fTextProps = fPropManager->getTextProps();
155 for (const auto& prop : fTextProps) {
175 fTextProps; member in SkottieColorizeGM

Completed in 2 milliseconds