Searched defs:PixelMapAsyncContext (Results 1 – 2 of 2) sorted by relevance
68 struct PixelMapAsyncContext { struct69 napi_env env;70 napi_async_work work;71 napi_deferred deferred;72 napi_ref callbackRef;73 napi_ref error = nullptr;74 uint32_t status;75 SendablePixelMapNapi *nConstructor;76 void* colorsBuffer;77 size_t colorsBufferSize;[all …]
115 struct PixelMapAsyncContext { struct116 napi_env env;117 napi_async_work work;118 napi_deferred deferred;119 napi_ref callbackRef;120 napi_ref error = nullptr;121 uint32_t status;122 PixelMapNapi *nConstructor;123 void* colorsBuffer;124 size_t colorsBufferSize;[all …]