Searched refs:SetMesh (Results 1 – 9 of 9) sorted by relevance
70 void SetMesh(IMesh::Ptr mesh) in SCENE_BEGIN_NAMESPACE()73 impl->SetMesh(mesh); in SCENE_BEGIN_NAMESPACE()
27 static ArkUINativeModuleValue SetMesh(ArkUIRuntimeCallInfo* runtimeCallInfo);
67 ArkUINativeModuleValue ShapeBridge::SetMesh(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetMesh() function in OHOS::Ace::NG::ShapeBridge
4763 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ShapeBridge::SetMesh)); in RegisterShapeAttributes()
141 virtual void SetMesh(BASE_NS::shared_ptr<IMesh> mesh) = 0;
309 void SetMesh(SCENE_NS::IMesh::Ptr mesh) override;
1161 sceneHolder->SetMesh(self->GetEntity(), meshObject->GetEntity()); in SetMeshToEngine()1172 void NodeImpl::SetMesh(SCENE_NS::IMesh::Ptr mesh) in SetMesh() function in NodeImpl
221 void SetMesh(CORE_NS::Entity targetEntity, CORE_NS::Entity mesh);
1714 void SceneHolder::SetMesh(CORE_NS::Entity targetEntity, CORE_NS::Entity mesh) in SetMesh() function in SceneHolder