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 …]
87 struct ImageSourceAsyncContext { struct88 napi_env env;89 napi_async_work work;90 napi_deferred deferred;91 napi_ref callbackRef = nullptr;92 ImageSourceNapi *constructor_;93 uint32_t status;94 std::string pathName = "";95 int fdIndex = INVALID_FD;96 void* sourceBuffer = nullptr;[all …]