Searched defs:ImageSourceAsyncContext (Results 1 – 1 of 1) sorted by relevance
57 struct ImageSourceAsyncContext { struct58 napi_env env;59 napi_async_work work;60 napi_deferred deferred;61 napi_ref callbackRef = nullptr;62 ImageSourceNapi *constructor_;63 uint32_t status;64 std::string pathName = "";65 int fdIndex = INVALID_FD;66 void* sourceBuffer = nullptr;[all …]