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.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 SendablePixelMapNapi *nConstructor;
79 void* colorsBuffer;
80 size_t colorsBufferSize;
[all …]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dpixel_map_napi.cpp117 struct PixelMapAsyncContext { struct
118 napi_env env;
119 napi_async_work work;
120 napi_deferred deferred;
121 napi_ref callbackRef;
122 napi_ref error = nullptr;
123 uint32_t status;
124 PixelMapNapi *nConstructor;
125 void* colorsBuffer;
126 size_t colorsBufferSize;
[all …]