Home
last modified time | relevance | path

Searched refs:SendableImageSourceNapi (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp42 thread_local int SendableImageSourceNapi::fileDescriptor_ = -1;
46 napi_ref SendableImageSourceNapi::propertyKeyRef_ = nullptr;
47 napi_ref SendableImageSourceNapi::imageFormatRef_ = nullptr;
48 napi_ref SendableImageSourceNapi::alphaTypeRef_ = nullptr;
49 napi_ref SendableImageSourceNapi::scaleModeRef_ = nullptr;
50 napi_ref SendableImageSourceNapi::componentTypeRef_ = nullptr;
66 SendableImageSourceNapi *constructor_;
724 SendableImageSourceNapi::SendableImageSourceNapi():env_(nullptr) in SendableImageSourceNapi() function in OHOS::Media::SendableImageSourceNapi
727 SendableImageSourceNapi::~SendableImageSourceNapi() in ~SendableImageSourceNapi()
805 …std::unique_ptr<SendableImageSourceNapi> pImgSrcNapi = std::make_unique<SendableImageSourceNapi>(); in Constructor()
[all …]
H A Dnative_module_image_sendable.cpp36 SendableImageSourceNapi::Init(env, exports); in Export()
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_image_source_napi.h31 class SendableImageSourceNapi {
33 SendableImageSourceNapi();
34 ~SendableImageSourceNapi();