Searched defs:PixelMapAsyncContext (Results 1 – 1 of 1) sorted by relevance
58 struct PixelMapAsyncContext { struct59 napi_env env;60 napi_async_work work;61 napi_deferred deferred;62 napi_ref callbackRef;63 uint32_t status;64 PixelMapNapi *nConstructor;65 void* colorsBuffer;66 size_t colorsBufferSize;67 InitializationOptions opts;[all …]