Home
last modified time | relevance | path

Searched defs:PictureAsyncContext (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpicture_napi.cpp55 struct PictureAsyncContext { struct
56 napi_env env;
57 napi_async_work work;
58 napi_deferred deferred;
59 napi_ref callbackRef;
60 napi_ref error = nullptr;
61 uint32_t status;
62 std::shared_ptr<Picture> rPicture;
63 PictureNapi *nConstructor;
64 std::shared_ptr<PixelMap> rPixelMap;
[all …]