Searched refs:pPictureNapi (Results 1 – 1 of 1) sorted by relevance
308 std::unique_ptr<PictureNapi> pPictureNapi = std::make_unique<PictureNapi>(); in Constructor() local309 if (pPictureNapi != nullptr) { in Constructor()310 pPictureNapi->env_ = env; in Constructor()311 pPictureNapi->nativePicture_ = std::move(sPicture_); in Constructor()312 if (pPictureNapi->nativePicture_ == nullptr) { in Constructor()315 status = napi_wrap(env, thisVar, reinterpret_cast<void *>(pPictureNapi.release()), in Constructor()