Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
Dsendable_pixel_map_napi.cpp72 struct PixelMapAsyncContext { struct
73 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 …]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dpixel_map_napi.cpp120 struct PixelMapAsyncContext { struct
121 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 …]