Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp61 struct AnimationSystem::InterpolationData { struct in AnimationSystem
296 void Interpolate(const AnimationSystem::InterpolationData& interpolation, array_view<const uint8_t>… in Interpolate()
331 void Interpolate<Math::Quat>(const AnimationSystem::InterpolationData& interpolation,
371 void AnimateArray(const AnimationSystem::InterpolationData& interpolation, array_view<const uint8_t… in AnimateArray()
422 void AnimateTrack(const PropertyTypeDecl& type, const AnimationSystem::InterpolationData& interpola… in AnimateTrack()
1238 const InterpolationData interpolationData { trackHandle->interpolationMode, in AnimateTracks()
H A Danimation_system.h89 struct InterpolationData;