Home
last modified time | relevance | path

Searched refs:sPicture_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dpicture_napi.h58 static thread_local std::shared_ptr<Picture> sPicture_; member in OHOS::Media::PictureNapi
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpicture_napi.cpp50 thread_local std::shared_ptr<Picture> PictureNapi::sPicture_ = nullptr; member in OHOS::Media::PictureNapi
307 pPictureNapi->nativePicture_ = std::move(sPicture_); in Constructor()
342 sPicture_ = std::move(picture); in CreatePicture()
555 sPicture_ = std::move(asyncContext->rPicture); in CreatePicture()
606 sPicture_ = std::move(picturePtr); in CreatePictureFromParcel()
610 if (sPicture_ == nullptr) { in CreatePictureFromParcel()

Completed in 3 milliseconds