Lines Matching defs:acontainer
63 AnimatablePropertyContainer* acontainer) {
80 if (auto sel = RangeSelector::Make(*jselector, abuilder, acontainer)) {
85 if (auto sel = RangeSelector::Make((*janimator)["s"], abuilder, acontainer)) {
92 new TextAnimator(std::move(selectors), *jprops, abuilder, acontainer));
178 AnimatablePropertyContainer* acontainer)
182 acontainer->bind(*abuilder, jprops["p" ], fTextProps.position);
183 acontainer->bind(*abuilder, jprops["o" ], fTextProps.opacity);
184 acontainer->bind(*abuilder, jprops["fo"], fTextProps.fill_opacity);
185 acontainer->bind(*abuilder, jprops["so"], fTextProps.stroke_opacity);
186 acontainer->bind(*abuilder, jprops["t" ], fTextProps.tracking);
187 acontainer->bind(*abuilder, jprops["ls"], fTextProps.line_spacing);
190 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["s"], fTextProps.scale);
194 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["rx"], fTextProps.rotation.x);
195 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["ry"], fTextProps.rotation.y);
196 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["r" ], fTextProps.rotation.z);
198 fHasFillColor = acontainer->bind(*abuilder, jprops["fc"], fTextProps.fill_color );
199 fHasStrokeColor = acontainer->bind(*abuilder, jprops["sc"], fTextProps.stroke_color);
200 fHasBlur = acontainer->bind(*abuilder, jprops["bl"], fTextProps.blur );