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.cpp68 struct PixelMapAsyncContext { struct
69 napi_env env;
70 napi_async_work work;
71 napi_deferred deferred;
72 napi_ref callbackRef;
73 napi_ref error = nullptr;
74 uint32_t status;
75 SendablePixelMapNapi *nConstructor;
76 void* colorsBuffer;
77 size_t colorsBufferSize;
[all …]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dpixel_map_napi.cpp115 struct PixelMapAsyncContext { struct
116 napi_env env;
117 napi_async_work work;
118 napi_deferred deferred;
119 napi_ref callbackRef;
120 napi_ref error = nullptr;
121 uint32_t status;
122 PixelMapNapi *nConstructor;
123 void* colorsBuffer;
124 size_t colorsBufferSize;
[all …]