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