Searched refs:janimator (Results 1 – 3 of 3) sorted by relevance
60 sk_sp<TextAnimator> TextAnimator::Make(const skjson::ObjectValue* janimator, in Make() argument62 if (!janimator) { in Make()66 const skjson::ObjectValue* jprops = (*janimator)["a"]; in Make()75 if (const skjson::ArrayValue* jselectors = (*janimator)["s"]) { in Make()83 if (auto sel = RangeSelector::Make((*janimator)["s"], abuilder)) { in Make()198 for (const skjson::ObjectValue* janimator : janimators) { in Make() local199 if (auto animator = TextAnimator::Make(janimator, abuilder)) { in Make()
61 sk_sp<TextAnimator> TextAnimator::Make(const skjson::ObjectValue* janimator, in Make() argument64 if (!janimator) { in Make()68 const skjson::ObjectValue* jprops = (*janimator)["a"]; in Make()77 if (const skjson::ArrayValue* jselectors = (*janimator)["s"]) { in Make()85 if (auto sel = RangeSelector::Make((*janimator)["s"], abuilder, acontainer)) { in Make()
235 for (const skjson::ObjectValue* janimator : *janimators) { in Make()236 if (auto animator = TextAnimator::Make(janimator, abuilder, adapter.get())) { in Make()