Home
last modified time | relevance | path

Searched refs:FindAnimation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.h203 …bool FindAnimation(const BASE_NS::string_view name, const BASE_NS::string_view fullPath, CORE_NS::…
H A Dscene_holder.cpp1065 bool SceneHolder::FindAnimation(const BASE_NS::string_view name, const BASE_NS::string_view fullPat… in FindAnimation() function in SceneHolder
1163 if (FindAnimation(name, fullPath, entity) || FindMaterial(name, fullPath, entity) || in FindResource()
H A Dscene_impl.cpp344 if (sceneHolder->FindAnimation(nameString, entity)) { in GetAnimation()