Lines Matching refs:acontainer
63 AnimatablePropertyContainer* acontainer) { in Make() argument
80 if (auto sel = RangeSelector::Make(*jselector, abuilder, acontainer)) { in Make()
85 if (auto sel = RangeSelector::Make((*janimator)["s"], abuilder, acontainer)) { in Make()
92 new TextAnimator(std::move(selectors), *jprops, abuilder, acontainer)); in Make()
158 AnimatablePropertyContainer* acontainer) in TextAnimator() argument
162 acontainer->bind(*abuilder, jprops["p" ], fTextProps.position); in TextAnimator()
163 acontainer->bind(*abuilder, jprops["o" ], fTextProps.opacity ); in TextAnimator()
164 acontainer->bind(*abuilder, jprops["t" ], fTextProps.tracking); in TextAnimator()
165 acontainer->bind(*abuilder, jprops["ls"], fTextProps.line_spacing); in TextAnimator()
168 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["s"], fTextProps.scale); in TextAnimator()
172 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["rx"], fTextProps.rotation.x); in TextAnimator()
173 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["ry"], fTextProps.rotation.y); in TextAnimator()
174 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["r" ], fTextProps.rotation.z); in TextAnimator()
176 fHasFillColor = acontainer->bind(*abuilder, jprops["fc"], fTextProps.fill_color ); in TextAnimator()
177 fHasStrokeColor = acontainer->bind(*abuilder, jprops["sc"], fTextProps.stroke_color); in TextAnimator()
178 fHasBlur = acontainer->bind(*abuilder, jprops["bl"], fTextProps.blur ); in TextAnimator()