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