Searched defs:ImagePackerAsyncContext (Results 1 – 1 of 1) sorted by relevance
90 struct ImagePackerAsyncContext { struct91 napi_env env;92 napi_async_work work;93 napi_deferred deferred;94 napi_ref callbackRef = nullptr;95 ImagePackerNapi *constructor_;96 bool status = false;97 std::shared_ptr<ImageSource> rImageSource;98 PackOption packOption;99 std::shared_ptr<ImagePacker> rImagePacker;[all …]