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.cpp71 struct PixelMapAsyncContext { struct
72 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 …]