Home
last modified time | relevance | path

Searched defs:PixelMapAsyncContext (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dpixel_map_napi.cpp58 struct PixelMapAsyncContext { struct
59 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 …]