Lines Matching defs:jprops
68 const skjson::ObjectValue* jprops = (*janimator)["a"];
69 if (!jprops) {
92 new TextAnimator(std::move(selectors), *jprops, abuilder, acontainer));
176 const skjson::ObjectValue& jprops,
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 );