Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/text/
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.stroke_opacity * 0.01f, in modulateProps()
[all …]
DTextAnimator.h102 AnimatedProps fTextProps; variable
/third_party/skia/modules/skottie/gm/
DSkottieGM.cpp116 fTextProps = fPropManager->getTextProps(); in onOnceBeforeDraw()
155 for (const auto& prop : fTextProps) { in onChar()
175 fTextProps; member in SkottieColorizeGM