Home
last modified time | relevance | path

Searched refs:GetMesh (Results 1 - 19 of 19) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dnode.h58 IMesh::Ptr GetMesh() in GetMesh() function in final
61 return impl->GetMesh(); in GetMesh()
H A Dscene.h155 Mesh GetMesh(const BASE_NS::string_view path) in GetMesh() function in final
157 return Mesh(GetSceneInterface()->GetMesh(path)); in GetMesh()
/foundation/graphic/graphic_3d/kits/js/include/
H A DGeometryJS.h33 napi_value GetMesh(NapiApi::FunctionContext<>& ctx);
/foundation/graphic/graphic_3d/kits/js/src/
H A DGeometryJS.cpp58 node_props.push_back(GetProperty<Object, GeometryJS, &GeometryJS::GetMesh>("mesh")); in Init()
92 napi_value GeometryJS::GetMesh(NapiApi::FunctionContext<>& ctx) in GetMesh() function in GeometryJS
H A DBaseObjectJS.cpp245 if (interface_cast<SCENE_NS::INode>(obj)->GetMesh()) { in CreateFromNativeInstance()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape_container.h65 std::vector<double> GetMesh() const in GetMesh() function in OHOS::Ace::RenderShapeContainer
H A Drender_shape_container.cpp35 mesh_ = shapeContainerComponent->GetMesh(); in Update()
H A Dshape_container_component.h164 const std::vector<double> GetMesh() const in GetMesh() function in OHOS::Ace::ShapeContainerComponent
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dimage_mesh.h28 std::vector<double> GetMesh() const in GetMesh() function in OHOS::Ace::NG::final
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_container_composed_element.h51 std::unique_ptr<JsonValue> GetMesh() const;
H A Dshape_container_composed_element.cpp45 { "mesh", [](const ShapeContainerComposedElement& inspector) { return inspector.GetMesh(); } },
221 std::unique_ptr<JsonValue> ShapeContainerComposedElement::GetMesh() const in GetMesh() function in OHOS::Ace::V2::ShapeContainerComposedElement
227 std::vector<double> array = render->GetMesh(); in GetMesh()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_container_paint_property.h83 std::vector<double> array = propImageMesh_->GetMesh();
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_node.h147 virtual BASE_NS::shared_ptr<IMesh> GetMesh() const = 0;
H A Dintf_scene.h174 virtual IMesh::Ptr GetMesh(const BASE_NS::string_view name) = 0;
/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H A Drender_resource_cache.h57 RenderMesh *GetMesh(const std::string &name) in GetMesh() function in OHOS::Media::Effect::ResourceCache
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp544 auto mesh = GetMesh(); in ShouldExport()
1368 SCENE_NS::IMesh::Ptr NodeImpl::GetMesh() const in GetMesh() function in NodeImpl
1412 ret = iscene->GetMesh(entityName); in GetMeshFromEngine()
H A Dnode_impl.h335 SCENE_NS::IMesh::Ptr GetMesh() const override;
H A Dscene_impl.cpp645 SCENE_NS::IMesh::Ptr GetMesh(const BASE_NS::string_view name) override
1447 return GetMesh(*nameString); in CreateMeshFromArrays()
1478 self->GetMesh(id);
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dshape_pattern_test_ng.cpp161 auto mesh = paintProperty->GetImageMeshValue().GetMesh(); in HWTEST_F()

Completed in 13 milliseconds