Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_napi.cpp35 struct ImageAsyncContext { struct
36 napi_env env = nullptr;
37 napi_async_work work = nullptr;
38 napi_deferred deferred = nullptr;
39 napi_ref callbackRef = nullptr;
40 napi_ref thisRef = nullptr;
41 ImageNapi *napi = nullptr;
42 uint32_t status;
43 int32_t componentType;
44 NativeImage* image = nullptr;
[all …]