Searched defs:ImageAsyncContext (Results 1 – 1 of 1) sorted by relevance
39 struct ImageAsyncContext { struct40 napi_env env = nullptr;41 napi_async_work work = nullptr;42 napi_deferred deferred = nullptr;43 napi_ref callbackRef = nullptr;44 napi_ref thisRef = nullptr;45 ImageNapi *napi = nullptr;46 uint32_t status;47 int32_t componentType;48 NativeImage* image = nullptr;[all …]