Searched refs:fTextProps (Results 1 – 5 of 5) sorted by relevance
120 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 …]
102 AnimatedProps fTextProps; variable
117 modulated_props.position += fTextProps.position * amount; in modulateProps()118 modulated_props.rotation += fTextProps.rotation * amount; in modulateProps()119 modulated_props.tracking += fTextProps.tracking * amount; in modulateProps()120 modulated_props.scale *= 1 + (fTextProps.scale - 1) * amount; in modulateProps()136 fTextProps.fill_color, in modulateProps()141 fTextProps.stroke_color, in modulateProps()144 modulated_props.opacity *= 1 + (fTextProps.opacity - 1) * clamped_amount; in modulateProps()161 animator->fTextProps.position = ValueTraits<VectorValue>::As<SkPoint>(p); in TextAnimator()166 animator->fTextProps.scale = s * 0.01f; in TextAnimator()170 animator->fTextProps.rotation = r; in TextAnimator()[all …]
74 AnimatedProps fTextProps; variable
116 fTextProps = fPropManager->getTextProps(); in onOnceBeforeDraw()155 for (const auto& prop : fTextProps) { in onChar()175 fTextProps; member in SkottieColorizeGM