Home
last modified time | relevance | path

Searched defs:newSize (Results 1 – 25 of 28) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
Dmemory_file.h45 void Resize(size_t newSize) in Resize()
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
Dapp_recovery_parcel_allocator.cpp28 void* AppRecoveryParcelAllocator::Realloc(void* data __attribute__((unused)), size_t newSize __attr… in Realloc()
/foundation/arkui/napi/test/unittest/engine/
Dtest_jerryscript.cpp33 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
/foundation/arkui/napi/sample/native_module_systemtest/
Dtest_jerryscript.cpp32 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
/foundation/arkui/ace_engine/frameworks/core/components/shape/
Drender_shape_container.cpp49 Size newSize = GetLayoutParam().Constrain(Size(viewBoxWidth, viewBoxHeight)); in PerformLayout() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dexif_maker_note_test.cpp211 uint32_t newSize = 7; variable
229 uint32_t newSize = 7; variable
247 uint32_t newSize = 7; variable
265 uint32_t newSize = 7; variable
283 uint32_t newSize = 7; variable
685 uint32_t newSize = 6; variable
704 uint32_t newSize = 0; variable
723 uint32_t newSize = 0; variable
742 uint32_t newSize = 0; variable
/foundation/ability/idl_tool/util/
Dstring_pool.cpp73 size_t newSize = dataOffset_ + expand; in Grow() local
Dstring_builder.cpp129 size_t newSize = (capacity_ == 0 ? 256 : capacity_ * 2); in Grow() local
Dstring.cpp609 int newSize = thisSize + strlen(string); in operator +=() local
625 int newSize = thisSize + other.GetLength(); in operator +=() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
Dshape_pattern_test_ng.cpp269 …auto newSize = layoutAlgorithm->MeasureContent(constrain, AccessibilityManager::RawPtr(layoutWrapp… variable
308 …auto newSize = layoutAlgorithm->MeasureContent(constrain, AccessibilityManager::RawPtr(layoutWrapp… variable
345 …auto newSize = layoutAlgorithm->MeasureContent(constrain, AccessibilityManager::RawPtr(layoutWrapp… variable
/foundation/ai/ai_engine/services/common/utils/encdec/source/
Ddata_encoder.cpp102 bool DataEncoder::ReallocBuffer(const size_t newSize) in ReallocBuffer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
Dshape_container_layout_algorithm.cpp38 auto newSize = contentConstraint.maxSize; in MeasureContent() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
Drs_ashmem_helper.cpp79 void* AshmemAllocator::Realloc(void* data, size_t newSize) in Realloc()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
Drs_ashmem_helper.cpp79 void* AshmemAllocator::Realloc(void* data, size_t newSize) in Realloc()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
Dstring.h462 auto newSize = oldSize; in erase() local
511 const auto newSize = oldSize + n; in insert() local
567 const auto newSize = oldSize + count; in append() local
606 const auto newSize = oldSize + count; in append() local
Dvector.h697 const size_t newSize = size_ - (last - first); in erase() local
1071 pointer allocate_if_needed(size_t newSize) in allocate_if_needed()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
Dexif_maker_note.cpp248 uint32_t newSize = 0; in Parser() local
280 const unsigned char *&newData, uint32_t &newSize) in FindExifLocation()
325 const unsigned char *&newData, uint32_t &newSize) in FindJpegAPP1()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_ashmem_helper.cpp176 void* AshmemAllocator::Realloc(void* data, size_t newSize) in Realloc()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
Dcache_data.cpp308 bool CacheData::IfSizeValidate(const size_t newSize, const size_t addedSize) const in IfSizeValidate() argument
/foundation/communication/dhcp/services/dhcp_server/src/
Dhash_table.cpp357 int Resize(HashTable *table, size_t newSize) in Resize()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
Djson.h888 const size_t newSize = out.size(); in CORE_BEGIN_NAMESPACE() local
/foundation/multimedia/media_library/frameworks/js/src/
Dthumbnail_manager.cpp261 static bool GetFastThumbNewSize(const Size &size, Size &newSize) in GetFastThumbNewSize()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
Dparcel.cpp538 void *DefaultAllocator::Realloc(void *data, size_t newSize) in Realloc()
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
Drender_list.cpp3176 double newSize = GetMainSize(itemGroup->GetLayoutSize()); in AdjustForReachEnd() local
3191 double newSize = GetMainSize(itemGroup->GetLayoutSize()); in AdjustForReachStart() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/
Drender_graph.cpp485 const size_t newSize = dataIndices.size(); in ProcessRenderNodeGraph() local

12