Searched defs:ImageAsyncContext (Results 1 – 1 of 1) sorted by relevance
35 struct ImageAsyncContext { struct36 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 …]