Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DGeometryJS.cpp25 void* GeometryJS::GetInstanceImpl(uint32_t id) in GetInstanceImpl()
27 if (id == GeometryJS::ID) { in GetInstanceImpl()
32 void GeometryJS::DisposeNative() in DisposeNative()
52 void GeometryJS::Init(napi_env env, napi_value exports) in Init()
58 node_props.push_back(GetProperty<Object, GeometryJS, &GeometryJS::GetMesh>("mesh")); in Init()
61 …auto status = napi_define_class(env, "Geometry", NAPI_AUTO_LENGTH, BaseObject::ctor<GeometryJS>(),… in Init()
69 GeometryJS::GeometryJS(napi_env e, napi_callback_info i) : BaseObject<GeometryJS>(e, i), NodeImpl(N… in GeometryJS() function in GeometryJS
87 GeometryJS::~GeometryJS() in ~GeometryJS()
92 napi_value GeometryJS::GetMesh(NapiApi::FunctionContext<>& ctx) in GetMesh()
H A Dregister_module.cpp117 GeometryJS::Init(env, scene3dNS); in RegisterClasses()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DGeometryJS.h23 class GeometryJS : public BaseObject<GeometryJS>, public NodeImpl {
27 GeometryJS(napi_env, napi_callback_info);
28 ~GeometryJS() override;
/ohos5.0/foundation/graphic/graphic_3d/kits/js/
H A DBUILD.gn107 "src/GeometryJS.cpp",