Searched defs:ImageSourceAsyncContext (Results 1 – 2 of 2) sorted by relevance
61 struct ImageSourceAsyncContext { struct62 napi_env env;63 napi_async_work work;64 napi_deferred deferred;65 napi_ref callbackRef = nullptr;66 SendableImageSourceNapi *constructor_;67 uint32_t status;68 std::string pathName = "";69 int fdIndex = INVALID_FD;70 void* sourceBuffer = nullptr;[all …]
74 struct ImageSourceAsyncContext { struct75 napi_env env;76 napi_async_work work;77 napi_deferred deferred;78 napi_ref callbackRef = nullptr;79 ImageSourceNapi *constructor_;80 uint32_t status;81 std::string pathName = "";82 int fdIndex = INVALID_FD;83 void* sourceBuffer = nullptr;[all …]