Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/layers/
DPrecompLayer.cpp48 CompTimeMapper(AnimatorScope&& layer_animators, in CompTimeMapper() argument
51 : fAnimators(std::move(layer_animators)) in CompTimeMapper()
/third_party/skia/modules/skottie/src/
DLayer.cpp245 LayerController(AnimatorScope&& layer_animators, in LayerController() argument
248 : fLayerAnimators(std::move(layer_animators)) in LayerController()