Searched defs:resize (Results 1 - 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/ |
| H A D | ref_vector.h | 248 void resize(size_type n) in resize() function in maple::utils::ref_vector
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
| H A D | property.h | 114 void (*resize)(uintptr_t container, size_t newSize); // resize the container. member
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
| H A D | pixel_astc.cpp | 89 bool PixelAstc::resize(float xAxis, float yAxis)
in resize() function in OHOS::Media::PixelAstc
|
| H A D | pixel_yuv_ext.cpp | 85 bool PixelYuvExt::resize(float xAxis, float yAxis) in resize() function in OHOS::Media::PixelYuvExt 91 bool PixelYuvExt::resize(int32_t dstW, int32_t dstH) in resize() function in OHOS::Media::PixelYuvExt
|
| H A D | pixel_yuv.cpp | 371 bool PixelYuv::resize(int32_t dstW, int32_t dstH) in resize() function in OHOS::Media::PixelYuv 378 bool PixelYuv::resize(float xAxis, float yAxis) in resize() function in OHOS::Media::PixelYuv
|
| H A D | pixel_map.cpp | 3633 bool PixelMap::resize(float xAxis, float yAxis) in resize() function in OHOS::Media::PixelMap
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | small_vector.h | 468 void resize(size_t size) in resize() function in panda::SmallVector 494 void resize(size_t size, const value_type &val) in resize() function in panda::SmallVector
|
| H A D | bit_vector.h | 357 void resize(size_t bits) in resize() function in panda::final
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | small_vector.h | 472 void resize(size_t size) in resize() function in ark::SmallVector 500 void resize(size_t size, const value_type &val) in resize() function in ark::SmallVector
|
| H A D | bit_vector.h | 372 void resize(size_t bits) in resize() function in ark::final
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| H A D | unordered_map.h | 595 bool resize = false; in create_entry() local
|
| H A D | string.h | 382 void resize(size_type size, value_type ch) in resize() function in basic_string 400 void resize(size_type size) in resize() function in basic_string
|
| H A D | vector.h | 431 void resize(size_type count) in resize() function in vector 448 void resize(size_t count, const_reference value) in resize() function in vector
|
Completed in 21 milliseconds