Searched defs:PixelMapAsyncContext (Results 1 – 2 of 2) sorted by relevance
72 struct PixelMapAsyncContext { struct73 napi_env env;74 napi_async_work work;75 napi_deferred deferred;76 napi_ref callbackRef;77 napi_ref error = nullptr;78 uint32_t status;79 SendablePixelMapNapi *nConstructor;80 void* colorsBuffer;81 size_t colorsBufferSize;[all …]
120 struct PixelMapAsyncContext { struct121 napi_env env;122 napi_async_work work;123 napi_deferred deferred;124 napi_ref callbackRef;125 napi_ref error = nullptr;126 uint32_t status;127 PixelMapNapi *nConstructor;128 void* colorsBuffer;129 size_t colorsBufferSize;[all …]