Home
last modified time | relevance | path

Searched refs:FindResultRow (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dcomponent_query.h123 const ResultRow* FindResultRow(Entity entity) const; in CORE_BEGIN_NAMESPACE()
H A Dcomponent_query.cpp176 const ComponentQuery::ResultRow* ComponentQuery::FindResultRow(Entity entity) const in FindResultRow() function in ComponentQuery
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dmorphing_system.cpp261 if (auto* row = nodeQuery_.FindResultRow(id); row) { in Update()
H A Dnode_system.cpp1208 if (auto row = nodeQuery_.FindResultRow(parent->GetEntity()); row) { in Update()
1259 if (auto row = nodeQuery_.FindResultRow(node.GetEntity()); row) { in CollectChangedNodes()
1327 auto row = nodeQuery_.FindResultRow(state.node->GetEntity()); in UpdateTransformations()
H A Danimation_system.cpp969 if (auto row = trackQuery.FindResultRow(trackState.entity); row) { in UpdateAnimation()
1014 …auto row = EntityUtil::IsValid(trackState.entity) ? trackQuery.FindResultRow(trackState.entity) : … in UpdateAnimation()
H A Drender_system.cpp1557 if (const auto row = renderableQuery_.FindResultRow(entity); row) { in ProcessRenderMeshBatch()
1608 if (const auto row = renderableQuery_.FindResultRow(renderMeshComponent); row) { in ProcessSingleRenderMesh()
1639 if (const auto row = renderableQuery_.FindResultRow(rmc); row) { in ProcessRenderables()
1654 if (const auto row = renderableQuery_.FindResultRow(rmc); row) { in ProcessRenderables()