Searched defs:ImageSourceAsyncContext (Results 1 – 2 of 2) sorted by relevance
62 struct ImageSourceAsyncContext { struct63 napi_env env;64 napi_async_work work;65 napi_deferred deferred;66 napi_ref callbackRef = nullptr;67 SendableImageSourceNapi *constructor_;68 uint32_t status;69 std::string pathName = "";70 int fdIndex = INVALID_FD;71 void* sourceBuffer = nullptr;[all …]
86 struct ImageSourceAsyncContext { struct87 napi_env env;88 napi_async_work work;89 napi_deferred deferred;90 napi_ref callbackRef = nullptr;91 ImageSourceNapi *constructor_;92 uint32_t status;93 std::string pathName = "";94 int fdIndex = INVALID_FD;95 void* sourceBuffer = nullptr;[all …]