Home
last modified time | relevance | path

Searched refs:GetSubCollectionIndexByRoot (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_entity_collection.h89 virtual int32_t GetSubCollectionIndexByRoot(CORE_NS::Entity entity) const = 0; in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.h77 int32_t GetSubCollectionIndexByRoot(CORE_NS::Entity entity) const override; in SCENE_BEGIN_NAMESPACE()
H A Dentity_collection.cpp331 int32_t EntityCollection::GetSubCollectionIndexByRoot(Entity entity) const in GetSubCollectionIndexByRoot() function in EntityCollection
626 auto subCollectionIndex = srcCollection.GetSubCollectionIndexByRoot(srcEntity); in CloneEntitiesFromCollection()
H A Dscene_holder.cpp1604 … if (auto ix = scene_->GetSubCollectionIndexByRoot(children[0]->GetEntity()); ix != -1) { in RenameEntity()
2570 … if (auto cachedIdx = scene_->GetSubCollectionIndexByRoot(cachedEntity); cachedIdx != -1) { in ReleaseOwnership()