Searched refs:ImageJS (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ImageJS.cpp | 16 #include "ImageJS.h"
23 void ImageJS::Init(napi_env env, napi_value exports)
in Init() 29 props.emplace_back(GetProperty<uint32_t, ImageJS, &ImageJS::GetWidth>("width"));
in Init() 30 props.emplace_back(GetProperty<uint32_t, ImageJS, &ImageJS::GetHeight>("height"));
in Init() 36 env, "Image", NAPI_AUTO_LENGTH, BaseObject::ctor<ImageJS>(), nullptr, props.size(), props.data(), &func);
in Init() 43 void ImageJS::DisposeNative()
in DisposeNative() 47 LOG_F("ImageJS::DisposeNative");
in DisposeNative() 72 void* ImageJS in DisposeNative() 85 ImageJS::ImageJS(napi_env e, napi_callback_info i) ImageJS() function in ImageJS [all...] |
H A D | register_module.cpp | 19 #include "ImageJS.h" 121 ImageJS::Init(env, scene3dNS); in RegisterClasses()
|
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | ImageJS.h | 20 class ImageJS : public BaseObject<ImageJS>, SceneResourceImpl { class 25 ImageJS(napi_env, napi_callback_info); 26 ~ImageJS() override;
|
Completed in 1 milliseconds