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 …]
81 struct ImageSourceAsyncContext { struct82 napi_env env;83 napi_async_work work;84 napi_deferred deferred;85 napi_ref callbackRef = nullptr;86 ImageSourceNapi *constructor_;87 uint32_t status;88 std::string pathName = "";89 int fdIndex = INVALID_FD;90 void* sourceBuffer = nullptr;[all …]