Searched defs:PixelMapAsyncContext (Results 1 – 1 of 1) 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 PixelMapNapi *nConstructor;79 void* colorsBuffer;80 size_t colorsBufferSize;[all …]