Searched defs:PictureAsyncContext (Results 1 – 1 of 1) sorted by relevance
55 struct PictureAsyncContext { struct56 napi_env env;57 napi_async_work work;58 napi_deferred deferred;59 napi_ref callbackRef;60 napi_ref error = nullptr;61 uint32_t status;62 std::shared_ptr<Picture> rPicture;63 PictureNapi *nConstructor;64 std::shared_ptr<PixelMap> rPixelMap;[all …]