Searched refs:real_ (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | pixel_map_impl.cpp | 23 return real_; in GetRealPixelMap() 94 real_ = ptr_; in PixelMapImpl() 99 if (real_ == nullptr) { in ReadPixelsToBuffer() 102 return real_->ReadPixels(bufferSize, dst); in ReadPixelsToBuffer() 107 if (real_ == nullptr) { in ReadPixels() 110 return real_->ReadPixels(bufferSize, offset, stride, region, dst); in ReadPixels() 115 if (real_ == nullptr) { in WriteBufferToPixels() 118 return real_->WritePixels(source, bufferSize); in WriteBufferToPixels() 124 if (real_ == nullptr) { in WritePixels() 127 return real_ in WritePixels() [all...] |
H A D | image_packer_impl.cpp | 22 real_ = std::make_unique<ImagePacker>(); in ImagePackerImpl() 27 if (real_ == nullptr) { in GetImagePacker() 30 std::shared_ptr<ImagePacker> res = real_; in GetImagePacker()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | stat_impl.h | 40 explicit StatImpl(uv_stat_t stat) : real_(std::move(stat)) {} in StatImpl() 44 return static_cast<int64_t>(real_.st_ino); in GetIno() 49 return static_cast<int64_t>(real_.st_mode & S_PREMISSION); in GetMode() 54 return static_cast<int64_t>(real_.st_uid); in GetUid() 59 return static_cast<int64_t>(real_.st_gid); in GetGid() 64 return static_cast<int64_t>(real_.st_size); in GetSize() 69 return static_cast<int64_t>(real_.st_atim.tv_sec); in GetAtime() 74 return static_cast<int64_t>(real_.st_mtim.tv_sec); in GetMtime() 79 return static_cast<int64_t>(real_.st_ctim.tv_sec); in GetCtime() 119 bool check = (real_ in CheckStatMode() 124 uv_stat_t real_; global() member in OHOS::CJSystemapi::FileFs::StatImpl [all...] |
/foundation/multimedia/image_framework/frameworks/kits/cj/include/ |
H A D | image_packer_impl.h | 40 real_.reset(); in Release() 46 if (real_ == nullptr) { in CommonPacking() 47 IMAGE_LOGE("Packing failed, real_ is nullptr"); in CommonPacking() 62 uint32_t packingRet = real_->StartPacking(resultBuffer, bufferSize, option); in CommonPacking() 69 uint32_t addImageRet = real_->AddImage(source); in CommonPacking() 77 uint32_t finalPackRet = real_->FinalizePacking(packedSize); in CommonPacking() 91 if (real_ == nullptr) { in CommonPackToFile() 92 IMAGE_LOGE("Packing failed, real_ is nullptr"); in CommonPackToFile() 96 uint32_t packingRet = real_->StartPacking(fd, option); in CommonPackToFile() 102 uint32_t addImageRet = real_ in CommonPackToFile() 119 std::shared_ptr<ImagePacker> real_ = nullptr; global() member in OHOS::Media::ImagePackerImpl [all...] |
H A D | pixel_map_impl.h | 73 std::shared_ptr<PixelMap> real_; member in OHOS::Media::PixelMapImpl
|
Completed in 3 milliseconds