Searched refs:jpropK (Results 1 – 2 of 2) sorted by relevance
58 const auto& jpropK = (*jprop)["k"]; in bindImpl() local66 builder.parseValue(abuilder, jpropK); in bindImpl()80 if (builder.parseValue(abuilder, jpropK)) { in bindImpl()94 const skjson::ArrayValue* jkfs = jpropK; in bindImpl()
318 const auto& jpropK = (*jprop)["k"]; in BindPropertyImpl() local328 if (ValueTraits<T>::FromJSON(jpropK, abuilder, &val)) { in BindPropertyImpl()345 auto animator = KeyframeAnimator<T>::Make(jpropK, abuilder, std::move(apply)); in BindPropertyImpl()