Searched refs:time_remap (Results 1 – 1 of 1) sorted by relevance
24 const skjson::ObjectValue* time_remap = jlayer["tm"]; in attachPrecompLayer() local26 const auto start_time = time_remap ? 0.0f : ParseDefault<float>(jlayer["st"], 0.0f), in attachPrecompLayer()27 stretch_time = time_remap ? 1.0f : ParseDefault<float>(jlayer["sr"], 1.0f); in attachPrecompLayer()30 time_remap; in attachPrecompLayer()73 if (time_remap) { in attachPrecompLayer()78 this->bindProperty<ScalarValue>(*time_remap, ascope, in attachPrecompLayer()