Searched refs:targetSize (Results 1 - 5 of 5) sorted by relevance
/base/global/i18n_lite/frameworks/i18n/include/ |
H A D | str_util.h | 27 void ArrayCopy(std::string *target, const int targetSize, const std::string *source, const int sourceSize);
|
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | str_util.cpp | 35 void ArrayCopy(std::string *target, const int targetSize, const std::string *source, const int sourceSize)
in ArrayCopy() argument 37 if (target == nullptr || source == nullptr || (sourceSize > targetSize)) {
in ArrayCopy()
|
/base/update/updater/services/diffpatch/patch/ |
H A D | image_patch.cpp | 99 header.srcStart, header.srcLength, header.patchOffset, header.expandedLen, header.targetSize); in StartReadHeader() 137 info->packedSize = header.targetSize; in ApplyImagePatch() 155 if (originalSize != header.targetSize) { in ApplyImagePatch() 229 header.targetSize = static_cast<size_t>(ReadLE<uint64_t>(param.patch + offset)); in ReadHeader() 282 header.targetSize = static_cast<size_t>(ReadLE<uint64_t>(param.patch + offset)); in ReadHeader()
|
/base/update/updater/services/diffpatch/ |
H A D | diffpatch.h | 138 size_t targetSize = 0;
member
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_pixel_map.cpp | 88 bool PixelMap::ScalePixelMap(const Size &targetSize, const Size &dstSize, const ScaleMode &scaleMode, in ScalePixelMap() argument
|
Completed in 4 milliseconds