Searched defs:PixelMapAsyncContext (Results 1 – 2 of 2) sorted by relevance
71 struct PixelMapAsyncContext { struct72 napi_env env;73 napi_async_work work;74 napi_deferred deferred;75 napi_ref callbackRef;76 napi_ref error = nullptr;77 uint32_t status;78 SendablePixelMapNapi *nConstructor;79 void* colorsBuffer;80 size_t colorsBufferSize;[all …]
117 struct PixelMapAsyncContext { struct118 napi_env env;119 napi_async_work work;120 napi_deferred deferred;121 napi_ref callbackRef;122 napi_ref error = nullptr;123 uint32_t status;124 PixelMapNapi *nConstructor;125 void* colorsBuffer;126 size_t colorsBufferSize;[all …]