Searched refs:photoNapi (Results 1 – 1 of 1) sorted by relevance
142 PhotoNapi* photoNapi = nullptr; in GetMain() local143 status = napi_unwrap(env, thisVar, reinterpret_cast<void**>(&photoNapi)); in GetMain()144 if (status == napi_ok && photoNapi != nullptr) { in GetMain()145 result = photoNapi->mainImage_; in GetMain()191 PhotoNapi* photoNapi = nullptr; in GetRaw() local192 status = napi_unwrap(env, thisVar, reinterpret_cast<void**>(&photoNapi)); in GetRaw()193 if (status == napi_ok && photoNapi != nullptr) { in GetRaw()194 result = photoNapi->rawImage_; in GetRaw()