Searched refs:ImageCreatorAsyncContext (Results 1 – 2 of 2) sorted by relevance
42 struct ImageCreatorAsyncContext;43 using Contextc = ImageCreatorAsyncContext* ;50 static void DoCallBack(std::shared_ptr<ImageCreatorAsyncContext> context,75 ImageCreatorAsyncContext* context);90 struct ImageCreatorAsyncContext { struct110 std::unique_ptr<ImageCreatorAsyncContext> context = nullptr; argument144 std::shared_ptr<ImageCreatorAsyncContext> context = nullptr;
316 ic.context = std::make_unique<ImageCreatorAsyncContext>(); in JSCommonProcess()636 ImageCreatorAsyncContext* context) in JsQueueImageCallBack()678 unique_ptr<ImageCreatorAsyncContext> context = make_unique<ImageCreatorAsyncContext>(); in JsQueueImage()814 void ImageCreatorNapi::DoCallBack(shared_ptr<ImageCreatorAsyncContext> context, in DoCallBack()