Home
last modified time | relevance | path

Searched refs:CompTimeMapper (Results 1 – 2 of 2) sorted by relevance

/external/skqp/modules/skottie/src/
DSkottiePrecompLayer.cpp41 class CompTimeMapper final : public sksg::GroupAnimator { in attachPrecompLayer() class
43 CompTimeMapper(sksg::AnimatorList&& layer_animators, float time_bias, float time_scale) in attachPrecompLayer() function in skottie::internal::AnimationBuilder::attachPrecompLayer::CompTimeMapper
71 skstd::make_unique<CompTimeMapper>(std::move(local_animators), t_bias, in attachPrecompLayer()
/external/skia/modules/skottie/src/layers/
DPrecompLayer.cpp46 class CompTimeMapper final : public Animator { class
48 CompTimeMapper(AnimatorScope&& layer_animators, in CompTimeMapper() function in skottie::internal::__anon817052fc0111::CompTimeMapper
199 auto time_mapper = sk_make_sp<CompTimeMapper>(local_scope->release(), in attachPrecompLayer()