Home
last modified time | relevance | path

Searched refs:updateSize (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_png_test.cpp250 uint32_t updateSize = 0; variable
253 while (updateSize < bufferSize) {
256 updateOnceSize = bufferSize - updateSize;
265 updateSize += updateOnceSize;
354 uint32_t updateSize = 0; variable
357 while (updateSize < bufferSize) {
360 updateOnceSize = bufferSize - updateSize;
367 updateSize += updateOnceSize;
419 uint32_t updateSize = 0; variable
422 while (updateSize < bufferSize) {
[all …]
H A Dimage_source_webp_test.cpp294 uint32_t updateSize = 0; variable
297 while (updateSize < bufferSize) {
300 updateOnceSize = bufferSize - updateSize;
307 updateSize += updateOnceSize;
396 uint32_t updateSize = 0; variable
399 while (updateSize < bufferSize) {
402 updateOnceSize = bufferSize - updateSize;
409 updateSize += updateOnceSize;
461 uint32_t updateSize = 0; variable
463 while (updateSize < bufferSize) {
[all …]
H A Dimage_source_jpeg_test.cpp747 uint32_t updateSize = 0; variable
750 while (updateSize < bufferSize) {
753 updateOnceSize = bufferSize - updateSize;
760 updateSize += updateOnceSize;
851 uint32_t updateSize = 0; variable
854 while (updateSize < bufferSize) {
857 updateOnceSize = bufferSize - updateSize;
864 updateSize += updateOnceSize;
917 uint32_t updateSize = 0; variable
920 while (updateSize < bufferSize) {
[all …]
H A Dimage_source_test.cpp389 uint32_t updateSize = 0; variable
392 while (updateSize < bufferSize) {
394 if (updateSize + updateOnceSize > bufferSize) {
395 updateOnceSize = bufferSize - updateSize;
398 uint32_t ret = imageSource->UpdateData(buffer + updateSize, updateOnceSize, isCompleted);
402 updateSize += updateOnceSize;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dikvstore_observer.cpp57 int64_t updateSize = ITypesUtil::GetTotalSize(changeNotification.GetUpdateEntries()); in OnChange() local
59 int64_t totalSize = insertSize + updateSize + deleteSize + sizeof(uint32_t); in OnChange()
60 if (insertSize < 0 || updateSize < 0 || deleteSize < 0 || !data.WriteInt32(totalSize)) { in OnChange()
64 …ZLOGD("I(%" PRId64 ") U(%" PRId64 ") D(%" PRId64 ") T(%" PRId64 ")", insertSize, updateSize, delet… in OnChange()
73 !ITypesUtil::MarshalToBuffer(changeNotification.GetUpdateEntries(), updateSize, data) || in OnChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dblob_test.cpp326 int64_t updateSize = ITypesUtil::GetTotalSize(changeIn.GetUpdateEntries()); variable
329 ASSERT_TRUE(ITypesUtil::MarshalToBuffer(changeIn.GetUpdateEntries(), updateSize, parcel));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp680 Dimension updateSize = LinearFontSize(startFontSize, endFontSize, distancePercent_); in TextPropertiesLinearAnimation() local
681 textLayoutProperty->UpdateFontSize(updateSize); in TextPropertiesLinearAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp754 Dimension updateSize = LinearFontSize(startFontSize, endFontSize, distancePercent_); in TextPropertiesLinearAnimation() local
755 textLayoutProperty->UpdateFontSize(updateSize); in TextPropertiesLinearAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp919 Dimension updateSize = LinearFontSize(startFontSize, endFontSize, percent); in TextPropertiesLinearAnimation() local
920 textLayoutProperty->UpdateFontSize(updateSize); in TextPropertiesLinearAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1877 auto updateSize = std::min(static_cast<int32_t>(lastSize), repeatValue->GetArraySize()); in ProcessRepeatNode() local
1878 for (auto i = 0; i < updateSize; ++i) { in ProcessRepeatNode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp3224 Dimension updateSize = columnPattern_->LinearFontSize( variable
3226 EXPECT_EQ(textLayoutProperty->GetFontSize().value(), updateSize);
3238 updateSize = columnPattern_->LinearFontSize(
3240 EXPECT_EQ(textLayoutProperty->GetFontSize().value(), updateSize);